-->
Page 1 of 1

Is it possible to have multiple server sockets open?

PostPosted: Tue Dec 01, 2015 5:10 am
by Texton
Hi All,

Is it possible to have multiple server sockets open at the same time?
Something like:

Code: Select allWiFiClient client1 = server.available();
WiFiClient client2 = server.available();