Friday, June 5, 2020

How does server know when client sends data?

I am sending data from my client to the server when a particular event on the client side takes place. However, since the server doesn't know when the client will send data, it reads from the stream but finds nothing.

Is there any way to create a listener so that the server knows when the client is sending data?



No comments:

Post a Comment