Is it possible to have multiple server sockets open?
Posted: Tue Dec 01, 2015 5:10 am
Hi All,
Is it possible to have multiple server sockets open at the same time?
Something like:
Is it possible to have multiple server sockets open at the same time?
Something like:
Code: Select all
WiFiClient client1 = server.available();
WiFiClient client2 = server.available();