after seeing that Socket.io offers its own implementation of the Socket.io server in Java, I wanted to migrate the node.js server implementation to Java.
In our use case, we do not work with individual events, but pass the events to the BE and this is where the separation is made, for this reason we currently use the onAny() method of the Javascript library, which is not yet implemented in Java.
Is an implementation of the onAny() function for the server planned for the future?
Hello,
after seeing that Socket.io offers its own implementation of the Socket.io server in Java, I wanted to migrate the node.js server implementation to Java. In our use case, we do not work with individual events, but pass the events to the BE and this is where the separation is made, for this reason we currently use the onAny() method of the Javascript library, which is not yet implemented in Java. Is an implementation of the onAny() function for the server planned for the future?