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'll have to convert my node js socket client connection code that is trying to establish connection with server and also authenticating the user passing auth params there. My node js client code looks like this. I want the same functionality in golang.
We can pass query params here in this go-socket.io-client implementation, but how can we pass auth to authenticate the user and achieve the same equivalent functionality as above using this library in go? If it isn't there, kindly add this functionality.
The text was updated successfully, but these errors were encountered:
I'll have to convert my node js socket client connection code that is trying to establish connection with server and also authenticating the user passing
auth
params there. My node js client code looks like this. I want the same functionality in golang.We can pass query params here in this go-socket.io-client implementation, but how can we pass
auth
to authenticate the user and achieve the same equivalent functionality as above using this library in go? If it isn't there, kindly add this functionality.The text was updated successfully, but these errors were encountered: