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 current messaging is suboptimal in some aspects.
The prevention of double updates is at the Client side which is unsafe.
When broadcasting messages, the Server should identify the original sender and not bother it with a message it was the originator of. Currently, Clients recognize such messages and throw them away.
The text was updated successfully, but these errors were encountered:
The current messaging is suboptimal in some aspects.
The text was updated successfully, but these errors were encountered: