floatinghotpot / socket.io-unity

socket.io client for Unity, power game client with node.js back-end
494 stars 76 forks source link

Do not work with query string in connection URL #48

Open usmanakram opened 4 years ago

usmanakram commented 4 years ago

For me, it is working perfectly. But, I need to pass query string in connection URL. When I add query string it doesn't work.

Here is a sample connection URL. https://domain.com?param=123

Kindly, help me to resolve the issue. Thanks in advance.

garzj commented 4 years ago

I'm using this library instead.

You can pass the whole connection string/url and it works perfectly.