socket.io-server-java
socket.io-server-java copied to clipboard
Missing onAny() function
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?
@trinopoty I would also be interested to have onAny() being implemented on the java SDK. Do you have any update to share on when it could be solved ?