You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an unusual problem with my WebSocket connection. I have created a WebSocket configuration and connection using RxStomp. While the connection itself works, and my backend recognizes that I'm connected, I am not receiving any messages from the backend despite being subscribed with .watch.
As mentioned, the network and console indicate that the connection is valid, yet I do not receive any messages. Can anyone please help me?
The text was updated successfully, but these errors were encountered:
Ph4nt0mx4
changed the title
RxStomp not receiving any responses from watch subscription
RxStomp - Not receiving any responses from watch subscription
Aug 1, 2024
Hello!
I have an unusual problem with my WebSocket connection. I have created a WebSocket configuration and connection using RxStomp. While the connection itself works, and my backend recognizes that I'm connected, I am not receiving any messages from the backend despite being subscribed with .watch.
Here is my config
Here is the RxStomp service factory:
And in the component where I want to receive messages, I have the following code:
As mentioned, the network and console indicate that the connection is valid, yet I do not receive any messages. Can anyone please help me?
The text was updated successfully, but these errors were encountered: