LoverNet icon indicating copy to clipboard operation
LoverNet copied to clipboard

Sending data to client

Open taxilly opened this issue 5 years ago • 0 comments

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.

taxilly avatar Mar 28 '19 20:03 taxilly