-->
Page 1 of 1

Multiple connections using ESP8266WebServer Hello Sketch?

PostPosted: Thu Jul 30, 2015 8:41 am
by emvee
Does the ESP8266WebServer Support multiple connections? doesnt seem so. Is there a way to enable it?

Re: Multiple connections using ESP8266WebServer Hello Sketch

PostPosted: Sun Aug 09, 2015 12:19 pm
by kolban
Howdy,
Can you elaborate on what you are trying to achieve? My understanding of a web server is that it doesn't maintain connections ... rather a request arrives, it is satisfied and then returns. Is there a broader story?