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

Support socketio server v3 and v4 #18

Open
tommy19970714 opened this issue Jul 19, 2021 · 1 comment
Open

Support socketio server v3 and v4 #18

tommy19970714 opened this issue Jul 19, 2021 · 1 comment

Comments

@tommy19970714
Copy link

In the following issue, he says that v2 of socketio server is not supported and v3 and v4 are supported, but when I tried it, it works with v2 but not with v3 and v4.
#16

I referred to the test code, but this project has been tested only with v2.
https://github.com/HavenDV/H.Socket.IO/blob/master/src/tests/Socket.IO.ChatExample/chat.js

As noted below, there seems to be a disruptive change in socketio v2 and v3.
https://socket.io/docs/v3/migrating-from-2-x-to-3-0/index.html

Can you support v3 and v4 of socketio server?

@HavenDV
Copy link
Owner

HavenDV commented Jul 19, 2021

At the moment, I do not use this library in my projects, so I provide support as I have free time.
It will help me a lot if you provide me with js code for simple servers for each version of Socket.IO. This way I can create local tests and make the client work.

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

2 participants