pask86

Results 1 issues of pask86

i have two server: EthernetServer server = EthernetServer(1001); EthernetServer server_web = EthernetServer(80); Unfortunately the software is confusion between the two connections : data sent on a port 1001 are received...