NaikSoftware / StompProtocolAndroid

STOMP protocol via WebSocket for Android
MIT License
597 stars 265 forks source link

Unsubscribe path: /user/queue/message id: 186bf87b-3af9-449b-a41d-feb7ebab48b3 #203

Open covenant3717 opened 3 years ago

covenant3717 commented 3 years ago

There are two android clients and one server.

Open a chat on clients (a connection to the server is made).

The first client sent the first message -> the second client received it. The second client sends a message in response -> the first client did not receive it. The first client immediately sends the second message -> the second client did not receive it.

Problem: When sending a message to the topic "/ node / message" in the logs you can see the following "Unsubscribe path: / user / queue / message id: 186bf87b-3af9-449b-a41d-feb7ebab48b3". And after that the topic "/ user / queue / message" is no longer observed.

Anyone have an idea what the problem might be and how to solve it?

image