mock-socket
mock-socket copied to clipboard
Socket.IO Emit args serialized to string
Hello,
While fixing #212 about Websocket send
argument only accepting string, ArrayBuffer or Blob (#213), you broke emit
Socket.IO API.
Socket.IO emit
function accept any number of arguments and any type compare to Websocket.
Thanks
:+1: , Please fix this :pray:
This issue breaks my usage case. I still have to use the last unaffected version 7.1.0. Please fix.
Just opened an issue with this same problem, #297. Didn't realize there was already an open one.
Could the PR be merged?
Would love to see this functionality, @thoov, please!