Hi there,
i'm working on my custom networking system using the LLAPI, and so far i was able to open sockets between a server and a client so i can send messages from client which can be received on server.
While the server log tells me that he's receiving messages (so i can control a character from client to server), the client log tells me that there is an incoming connection (which of course i presume is from server) but i can't find a way to transmit from server and receive what server...
LLAPI: how to send data to clients?
i'm working on my custom networking system using the LLAPI, and so far i was able to open sockets between a server and a client so i can send messages from client which can be received on server.
While the server log tells me that he's receiving messages (so i can control a character from client to server), the client log tells me that there is an incoming connection (which of course i presume is from server) but i can't find a way to transmit from server and receive what server...
LLAPI: how to send data to clients?