Hi.
I have a arduino server server that use EthernetServer::available()...
My webpage in running an interval to refresh data and I have some put request to send data to arduino.
But when on GET or PUT request append before one of then is not over, the connection get refused.
GET http://xx.xx.xx.xx:8081/ajax_inputs net::ERR_CONNECTION_REFUSED
AFAIK, socket should handle multiple client... so my only guest is that, to assign socket, remoteIp should be different.
Don't know how I can check what's could be wrong...
Thanks.
Nitrof