You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And we could found "device.client_.socket_.destroyed" is "true". socket connection has lost but we seems not be informed and has no method to reconnect it.
If someone could provide
lost connection notify.
a method to sockets reconnect will be good.
Thanks.
The text was updated successfully, but these errors were encountered:
And then I found it's a keep alive case. Sockets will be closed after 1 minute caused by timeout (I think).
Thus we also could fix this issue by polling status of deices in 1 minute.
Suggestion: Please add this information in ReadME.
step:
And we could found "device.client_.socket_.destroyed" is "true". socket connection has lost but we seems not be informed and has no method to reconnect it.
If someone could provide
Thanks.
The text was updated successfully, but these errors were encountered: