This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Replies: 1 comment 2 replies
-
Please test on ESP32/ESP8266. If the same issue / behaviour happens, post the issue on arduinoWebSockets |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Can't find any info in the docs. So asking here:
There is
.setReconnectInterval()
method for specifying a reconnection interval. And there is a.disconnect()
method.I was assuming that automatic reconnection happens only on network errors. And if the client explicitly calls
.disconnect()
- no reconnections should occur after that. But for now, the client is still reconnecting.Is this an expected behaviour? Or it is a bug? And how to disconnect?
Beta Was this translation helpful? Give feedback.
All reactions