-
-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
For Swift-binding, it seems there is a performance issue here,
for offline, the join_broadcast
would save changes from memory to dist database when necessary, but for online, it will synchronize every 2 seconds.
self.last_sync = start_websocket_client_sync( |
sleep(Duration::from_secs(2)).await; |
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🆕 *Untriaged