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
We have the transport layer there, via websockets. It works and everything is fine as long as both of the clients are connected. However, let's check this diagram:
sequenceDiagram
awab->>+abrar: both connected we use ws
awab->>+abrar: (abrar is not connected)
awab->abrar: (awab sends message and it goes rightaway to db)
awab-->>db: awab's message goes to db
abrar-->>awab: abrar enters the chat (http/sync)
abrar-->>db: abrar retrieves all previous (is_delivered=false) messages from db
Loading
I think this one actually works quite very well for me.
The text was updated successfully, but these errors were encountered:
We have the transport layer there, via websockets. It works and everything is fine as long as both of the clients are connected. However, let's check this diagram:
I think this one actually works quite very well for me.
The text was updated successfully, but these errors were encountered: