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
While monitoring the use of handleSubmitMessage, I noticed that a message "Hi" from Alice to Bob usually results in 3 invokations of the endpoint:
payload
deliveryReceipt
readReceipt
(This assumes both Alice and Bob use the same delivery service)
However, sometimes handleSubmitMessage is invoked 4 times. This is the case when Bob is connected, but viewing another conversation. When switching tabs to the conversation with Alice, handleSubmitMessage is called 2 times. It should only be called once.
The text was updated successfully, but these errors were encountered:
While monitoring the use of
handleSubmitMessage
, I noticed that a message "Hi" from Alice to Bob usually results in 3 invokations of the endpoint:(This assumes both Alice and Bob use the same delivery service)
However, sometimes handleSubmitMessage is invoked 4 times. This is the case when Bob is connected, but viewing another conversation. When switching tabs to the conversation with Alice, handleSubmitMessage is called 2 times. It should only be called once.
The text was updated successfully, but these errors were encountered: