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
Hello, thanks for the hard work that has been put into this project.
If for some reason the connection is lost, and not recovered within 10 reconnection attempts, the connection is never restored.
Commenting the line 'if (consecutiveReconnectsCount == 10) getTheGateway();' seems to fix the problem.
The text was updated successfully, but these errors were encountered:
Hello, thanks for the hard work that has been put into this project.
If for some reason the connection is lost, and not recovered within 10 reconnection attempts, the connection is never restored.
Commenting the line 'if (consecutiveReconnectsCount == 10) getTheGateway();' seems to fix the problem.
The text was updated successfully, but these errors were encountered: