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
Clients might have not one point but several points available on their side to push forward to the server.
Doing the ping-ponging of connecting and disconnecting to the socket for each point can be wasteful and should be avoided if all points are already available on client-side.
For these reasons, a function to push N points to the server should be implemented.
The text was updated successfully, but these errors were encountered:
Clients might have not one point but several points available on their side to push forward to the server.
Doing the ping-ponging of connecting and disconnecting to the socket for each point can be wasteful and should be avoided if all points are already available on client-side.
For these reasons, a function to push N points to the server should be implemented.
The text was updated successfully, but these errors were encountered: