harlequin-tech / WiFlyHQ

WiFly RN-XV Arduino Library
Other
110 stars 68 forks source link

Multiple Access #43

Closed michaelaraujo closed 8 years ago

michaelaraujo commented 9 years ago

I have read the documentation, and I know that is allowed only one access at a time using the library, but when I make a request via the web browser the time for another client to perform access to RN-VX is 5 minutes, however I'm using an app developed for Android, and when I make the request via the app time to access new never expires why? Using an app via Android is only possible to perform a new customer if I restart the Arduino. I need help. Thank you.

harlequin-tech commented 8 years ago

The WiFly only supports one connection at a time. You need to be sure to close the connection when the current client is done.