Closed tavancini-tc closed 1 year ago
Thanks for report, I'll look into this. If I have any more questions I'll ping this thread.
Okay, I've found where the issue is. I should have a test and the fix out in about a day.
This should be working, now. Thank you for the detailed bug reports. It helped in reproducing and fixing the bug.
Glad to help! I'll keep testing the lib in the next few days, if I find anything else I'll let you know. Thanks!
Latest version at the main branch (12ccfd1acb7b5610f89e980a3385bb1a0cd2a43b) doesn't allow clients to connect to multiple namespaces.
To reproduce:
Client (Python):
requirements.txt
main.py
Server:
main.go
If you use v0.1.1 --
go get github.com/njones/socketio@v0.1.1
, it works, it connects to "/" and "/channel". But if you use the latest version --go get github.com/njones/socketio@main
, it doesn't work, it just connects to "/".Let me know if you need anything else. Keep up the great work!