socketio / socket.io-server-java

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

acknowledgementCallback,I con't received callback #2

Closed liubinduo closed 2 years ago

liubinduo commented 2 years ago

my client is "socket.io-client": "^4.4.1" and my server is java socket.io-server:3.0.2. why I con't received callback ? client received message form server.

public void send(String event, Object[] args, ReceivedByRemoteAcknowledgementCallback acknowledgementCallback)

trinopoty commented 2 years ago

Please update to the latest version of the library and let me know if the issue persists.