Closed buhaytza2005 closed 8 months ago
It's possible that the P2P service has an internal rate limiter.
There are two things you can try:
/probe/device/{SN}
endpoint suffice for your needs? It returns a 200 status code if the device is online and, iirc, a 404 status code if the device is offline./probe/p2psrv
or /online/relay
once, instead of multiple times.This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Hi,
Thank you very much for your work, I've been looking for something like this for a long time.
I have a bit of a weird scenario where I'm trying to build a monitor to reflect the possibility to connect to an NVR.
The code above seems to do the trick and I get:
but I would ideally need it to run in a scenario like:
I have tried to make it work a bit more like a library but for some reason once the futures finish it just hangs and all of them return as closed. Is this something due to the nature of the implementation? Any ideas?
Thanks for all your work