arduino_uip icon indicating copy to clipboard operation
arduino_uip copied to clipboard

multiple server error

Open pask86 opened this issue 9 years ago • 2 comments
trafficstars

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 on the 80 and viceversa

pask86 avatar Dec 17 '15 22:12 pask86

i've posted a similar one - see "Two uipservers problem #127 opened on 29 Sep". Still no idea how to solve it.

maxcpr avatar Dec 17 '15 22:12 maxcpr

can someone hel us??? pls

pask86 avatar Dec 19 '15 21:12 pask86