This is a chat server that used to work, but stopped operating correctly today. The version is outdated, I’ll try and upgrade it to the latest to see if a similar issue pops up.
First, I try to attempt to send a chat with “sendChattingMessage” through the websocket
Few seconds later, so many stream-notify-user messages are coming. Note that the room for this event message is NOT the room I sent to with sendChattingMessage (it says _id : “GENERAL”, so I’m suspecting it is a general chat room).
I would like to ask if this was a known problem that was fixed in the later versions. I think we had encountered this very issue previously, but was solved simply by restarting the server. But I don’t think a server restart should be a solution to any problems, hence
Also, is GENERAL chat room necessary? We don’t particularly use it in our case…
I suggest you to spin up a staging environment, restore a backup from production, and upgrade to latest version. Then experiment with your integrations.
A lot has changed since the version you are using. If we can find out that the problem was solved on latest, we got a solution.
If not, we’ll need to come up with a way to consistently reproduce this error on latest so we can scale this up with our team.