trinopoty / socket.io-server-java

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

event emit from server is not working #30

Closed amirizzudin4 closed 2 years ago

amirizzudin4 commented 2 years ago

hi, I'm using this library together with engine io as socket handler in springboot following this documentation https://socketio.github.io/engine.io-server-java/spring-integration.html . I'm able to get the connection working but, I'm not able to emit anything from the server. I'm only able to send from socket instance but not the server instance. please help if there is any step I'm missing here.

trinopoty commented 2 years ago

Are you referring to broadcast to all connections or just to one client?

amirizzudin4 commented 2 years ago

Im referring to both. The emit functionality is not working at all

trinopoty commented 2 years ago

Do you get any exceptions? Can you check your network tab for related network traffic.