You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 -
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.
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 -
I am looking for two features from latest - adding handshake interceptor and setting executor service for server.
TIA!
The text was updated successfully, but these errors were encountered: