You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. thanks for the tool.
I need to mock Websocket. I want camouflage to push data from a file(example csv, pg etc) line by line. In other word, i want to prepare a queue of message:
message 1
message 2
message 3
message 4
And get the message in the same order:
new WebSocket("ws://127.0.0.1:8082/hello/world").onmessage = function(event) {
console.log("socket data:" + event.data);
};
Hi. thanks for the tool.
I need to mock Websocket. I want camouflage to push data from a file(example csv, pg etc) line by line. In other word, i want to prepare a queue of message:
And get the message in the same order:
Result in console:
Is it implemented? I didin't find any information about it.
Thanks.
Originally posted by @YasuroNN in #22 (comment)
The text was updated successfully, but these errors were encountered: