aREST icon indicating copy to clipboard operation
aREST copied to clipboard

Maximum number of connections

Open romuye123 opened this issue 8 years ago • 1 comments
trafficstars

Hi @marcoschwartz,

Interesting framework you have developed. I have implemented the library on my ESP8266 and would like to know how many clients can get connected to this server at a time ? Is there any limitation?

For eg the same ESP is being control by 5 different clients controlling 5 different pins or same pins... Hope the ESP does not gets hang. I have not tried it yet...But will try very soon.

romuye123 avatar Mar 07 '17 08:03 romuye123

Hi, thanks! What I'll do is make sure that your client synchronise in some way (I am using the ajaxq library to do that inside a given app). I never actually tried it but there could be some errors happening when several clients access the device.

marcoschwartz avatar Mar 08 '17 12:03 marcoschwartz