LoverNet
LoverNet copied to clipboard
Sending data to client
To send data to the client once, we request the server to do this. We send an empty request, and the server will respond appropriately.
Is it possible to send data to the client directly, instead of the client requesting data? if not, how difficult would it be to implement this?
e.g.Server:sendData(peer, data)
or something of the like.