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

Version compatibilities #41

Closed
manikmagar opened this issue Sep 18, 2021 · 2 comments
Closed

Version compatibilities #41

manikmagar opened this issue Sep 18, 2021 · 2 comments

Comments

@manikmagar
Copy link

manikmagar commented Sep 18, 2021

I couldn't find a confirmed version compatibility table but is 5.x version compatible with 1.x server and client libraries for Socket io v2.x? Or, its better to stay with 1.x of engine.io? Basically following configuration -

        <socket.io-client.version>1.0.1</socket.io-client.version>
        <socket.io-server.version>1.0.3</socket.io-server.version>
        <engine.io-server.version>5.0.0</engine.io-server.version>
        <jetty-server.version>9.4.19.v20190610</jetty-server.version>

I am looking for two features from latest - adding handshake interceptor and setting executor service for server.
TIA!

@trinopoty
Copy link
Collaborator

The java server libraries maintain compatibility with major versions of the js library. For instance, v5 of the engine.io server library is compatible with v5 of the engine.io js library. v4 java library is compatible with v4 js library. Same applies for the socket.io library.

I'm not aware of the compatibility between versions of the java client library since that follows different versioning conventions.

@manikmagar
Copy link
Author

Sorry for the delayed response but your comment is helpful, 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

2 participants