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?
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?