Closed amirizzudin4 closed 2 years ago
Are you referring to broadcast to all connections or just to one client?
Im referring to both. The emit functionality is not working at all
Do you get any exceptions? Can you check your network tab for related network traffic.
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.