Skip to content
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

Any message incuding slash will be added escape character after calling emit #1512

Open
Santiago0412 opened this issue Jan 12, 2025 · 0 comments

Comments

@Santiago0412
Copy link

Version 16.1.1

I want to emit a message like this:
["publish",{"channel":"/meeting/5349ee2b-89fe-440b-94cc-d3b752b78e33"}]
but from Charles the message send out is always like this:
["publish",{"channel":"\/meeting\/5349ee2b-89fe-440b-94cc-d3b752b78e33"}]
seems like socket.io will automatically add \ for any content including /

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant