Skip to content
Advertisement

Tag: spring-websocket

Websocket Client not receiving any messages

I have Python client which opens a websocket connection to a server and subscribes to particular topic using STOMP protocol, subscription goes just fine as i see on the server all is fine. However, When the server publishes a few messages the client does not receive any. Here are the codes used: Client Code server uses to publish the message:

Advertisement