Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot connect to socket.io server (node) v4.1.2 #15

Open
massimo-bortolamei-hegias opened this issue May 27, 2021 · 0 comments
Open

Cannot connect to socket.io server (node) v4.1.2 #15

massimo-bortolamei-hegias opened this issue May 27, 2021 · 0 comments

Comments

@massimo-bortolamei-hegias

Tried this repo to connect to my simple node server with socket.io v4.1.2 but I don't get the logs for a successful connection altough the custom test I created says that Socket connection successfully established.
As soon as I downgraded the server to 2.4 I also got the positive log on the server side

io.on("connection", function(socket){
    console.log("connection");
});

Is it possible to adapt this client to have it work with a 4.x server? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant