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
Client ->> Network: Subsequent conversation.sync() <br> (Sends stored cursor from after Msg3)
65
+
Network ->> Client: Returns messages that occurred after cursor <br> (Msg4, Msg5, Msg6)
66
+
Note over Client: Advances cursor for topic
67
+
Client ->> Client: Cursor points after Msg6
68
+
`}
69
+
/>
71
70
</div>
72
71
73
72
By understanding cursors, you can better reason about the behavior of your app's synchronization logic and the data being transferred from the XMTP network.
0 commit comments