Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 8 months ago.
Mbed Device connector not checking board status
Hi When i unplug a board (simulating a loss of internet/power) device connector takes roughly 2-3 minutes to notice that the board is gone. It then fires a msg to the notification channel.
Is there any way to reduce this time?
Unfortunately calls to /endpoints doesn't seem to send any checks to the board and still returns "ACTIVE" during this period.
I could setup a resource on the board to change every 10 seconds or so and expect that in my notification channel but that seems like a bit of a hack and given that the notifications are async may not be reliable.
Any ideas?
Cheers
Alex