I have an issue using Realtime API when installing Rocket server with Snap and connecting to WebSocket endpoint wss://[ABC.DOMAIN.COM]/websocket of the server it sends duplicates of the same message and even some old messages that have been already sent before. For example, I am listening for private messages of some user and i am getting the same message with the same ID two times. When manually installing the server on Ubuntu without snap, Realtime API works as expected only one message is sent to the socket.
Did someone face the issue?
Output of snap list:
rocketchat-server 3.18.7 1521 3.x/stable rocketchat✓ -
Hello,
I have an issue using
Realtime API
when installing Rocket server with Snap and connecting to WebSocket endpointwss://[ABC.DOMAIN.COM]/websocket
of the server it sends duplicates of the same message and even some old messages that have been already sent before. For example, I am listening for private messages of some user and i am getting the same message with the same ID two times. When manually installing the server on Ubuntu without snap,Realtime API
works as expected only one message is sent to the socket.Did someone face the issue?
Output of
snap list
:rocketchat-server 3.18.7 1521 3.x/stable rocketchat✓ -