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.
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.