socketio / socket.io-server-java

Socket.IO Server Library for Java
Other
53 stars 9 forks source link

Missing onAny() function #10

Open Zorni3001 opened 11 months ago

Zorni3001 commented 11 months ago

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?

YohanSciubukgian commented 8 months ago

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