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
subscribe will listen on all conversation events.... That's rarely what we want in practice, it should filter out messages for a specific conversion just like subscribeTypingIndicator.
The text was updated successfully, but these errors were encountered:
I think it is more optional and maybe can be a parameter in subscribe? If the developers don't care about other conversation they can simply ignore it at the logic?
On the other hand, I'm not sure if that have any implication to server loading / scalability.
There are actually 2 versions of the typing indicator subscription: subscribeTypingIndicator and subscribeAllTypingIndicator, the first one filters by conversation and the 2nd one doesn't.
Kind of strange that there's only 1 subscribe (and I think it should be subscribeMessage).
subscribe
will listen on all conversation events.... That's rarely what we want in practice, it should filter out messages for a specific conversion just likesubscribeTypingIndicator
.The text was updated successfully, but these errors were encountered: