This is a general question about Socket IO, which I'm a bit unfamiliar with. I've seen a few tutorials and examples, they call seem to query the socket.io server similar to this:
What is the /1/ in the URL? I've looked through the server code and I don't see any of the code requiring it. Sometimes in my client libraries, the query does not have that /1/. What does that parameter do?
Sometimes this /1/ is not sent from the clients. I still have not found out why this parameter is sometimes sent or sometimes not sent. Can someone explain what it does?
I hope it will help my debugging.
One example would be in https://github.com/muaz-khan/RTCMultiConnection, the Video conference Demo.