i'm using two esp8266 one as client and one as server
when i send data from client to server using client.print() the server can reply with a message if i need
but what if i want the server to send data to the client at any time later what should i do
thanks