After starting server
node index.js
And when user connect through socket
socket = io("http://hostname:4000");
Client side didn’t seems to be stable, it start doing infinite request and after every request socket id changed. And this cause many problem, But this type of problem doesn’t occur when i test on local server. Request type is cross origin request. Please tell me how i can resolve this problem.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sorry to see that your question hasn’t received an answer yet. Unfortunately, after this much time, it is unlikely that an answer for this specific question will be provided. For people still landing here via search, please open a new question with your code attached and we’d be happy to take a look.
Click below to sign up and get $100 of credit to try our products over 60 days!
@mohsen47, see the above, This is the code.
Client side code
Server side code
Can you post the full code?