-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Socket.IO Emit args serialized to string #245
Comments
👍 , Please fix this 🙏 |
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! |
yiochen
added a commit
to yiochen/mock-socket
that referenced
this issue
Dec 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
While fixing #212 about Websocket
send
argument only accepting string, ArrayBuffer or Blob (#213), you brokeemit
Socket.IO API.Socket.IO
emit
function accept any number of arguments and any type compare to Websocket.Thanks
The text was updated successfully, but these errors were encountered: