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
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 /
The text was updated successfully, but these errors were encountered:
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 /
The text was updated successfully, but these errors were encountered: