When clients connects to the server, server ask them their position and send the other clients position information Ex: “ASKPOSITION|3|P:3:4:5|2|P:2:6:7”.
Clients answer that message with their position and place the recived information.
But after a while clients disconnect server. I think, if is there a buffer to keep reciving packages that might be full. But I’m not sure.
Additionaliy, is there any source to learn LLAPI ? like book, video list, web site, etc.