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'm facing issues establishing a STOMP connection between my Swift client and Spring Boot. The problem arises when I try to send a message to a specific user — Spring successfully sends the message, but it doesn’t reach the Swift client. However, when I send a message from Spring to a general topic, it works perfectly. My goal is to be able to send messages to individual users.
I'm facing issues establishing a STOMP connection between my Swift client and Spring Boot. The problem arises when I try to send a message to a specific user — Spring successfully sends the message, but it doesn’t reach the Swift client. However, when I send a message from Spring to a general topic, it works perfectly. My goal is to be able to send messages to individual users.
Swift
Spring Boot
Logs
The text was updated successfully, but these errors were encountered: