Chnage uri of created client #5291
Replies: 1 comment
-
So I think I found the problem I should use /client namespace and as #4246 (comment) said its private but if we can make it public or if someone can create function for changing uri it would be great |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I am creating a react app that users should deploy their own socketio server and then specify their ip and port in the client app because the app should verify socket io connection without messing with events I need to change the uri I tried to create new instance of socket io client but if I do this all events will destroy and I can't define events again because the events will define on different files
I want someone help me to change uri of the current socketio client instance I also saw this discussion #4246 (comment) but io doesn't have any uri option that I can change in fact at first there is no uri const.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions