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
The underlying connection may drop for various reasons, and the library will reconnect. However, occasionally, there may be no underlying connection. When using this library, you need to check, before operations, if there is an active broker connection.
If you find it complicated, the wrapper @stopm/rx-stomp hides this complexity among other goodies.
Getting error on publish when user send message after long time stying on the background. What could be the reason
if (stompClientState) {
stompClientState.publish({ destination: "/app/subscribeUser", headers: { 'content-type': "application/json;charset=UTF-8" }, body: JSON.stringify(messageObj) });
}
The text was updated successfully, but these errors were encountered: