* Attempts to connect the client to the server. This will start the client syncing data with the server.
()
| 1166 | * Attempts to connect the client to the server. This will start the client syncing data with the server. |
| 1167 | */ |
| 1168 | connect() { |
| 1169 | return this.syncEngine.connect(); |
| 1170 | } |
| 1171 | |
| 1172 | /** |
| 1173 | * Disconnects the client from the server. This will stop the client from syncing data with the server. |