aREST
aREST copied to clipboard
Maximum number of connections
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.
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.