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
Currently every LS operation creates a new socket connection, which is closed once all data is transferred. It should be possible to reuse connections for multiple sync operations.
We can also create a connection in advance after the application is restarted.
The text was updated successfully, but these errors were encountered:
Currently every LS operation creates a new socket connection, which is closed once all data is transferred. It should be possible to reuse connections for multiple sync operations.
We can also create a connection in advance after the application is restarted.
The text was updated successfully, but these errors were encountered: