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
{{ message }}
This repository was archived by the owner on Apr 14, 2026. It is now read-only.
A strange bug occurred: in Chats tab there's a user that is displayed in a group like they are typing (the "Name is typing..." is displayed). However, judging by the logs, it seems that we did receive both typingStarted and typingStopped events. So this problem is related to either RxChat.typingUsers or reactivity rebuild of the chat tile?
Summary
A strange bug occurred: in
Chatstab there's a user that is displayed in a group like they are typing (the "Name is typing..." is displayed). However, judging by the logs, it seems that we did receive bothtypingStartedandtypingStoppedevents. So this problem is related to eitherRxChat.typingUsersor reactivity rebuild of the chat tile?Steps to reproduce
What is the current bug behavior?
... is typinghanging.What is the expected correct behavior?
No
... is typingis hanging.