-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use WebSocket Client due to constant disconnects (TZ-1191) #105
Comments
@simondean Could you remove this line: https://github.com/espressif/esp-thread-br/blob/main/examples/common/thread_border_router/src/border_router_launch.c#L171, and try again? The issue seems caused by the default netif configuration. |
Hi. I've just checked and it still happens if I remove this line:
Log output with line removed (same output as with line in place):
|
@simondean Do you have any update on the issue? The logs didn't indicate any issue related to the BR feature, but some websocket issue, you can double check it using a Wi-Fi only device. |
Checklist
How often does this bug occurs?
always
Expected behavior
WebSocket client's connection stays open for multiple minutes and is reused for sending multiple WebSocket messages
Actual behavior (suspected bug)
Every few seconds the client connection disconnects with this error:
Error logs or terminal output
Steps to reproduce the behavior
See #104 which replicates the issue. I have also reproduced the issue in a normal codebase (not the Thread Boarded Route codebase) and confirmed the issue does not occur there
Project release version
unreleased master
System architecture
ARM 64-bit (Apple M1/M2, Raspberry Pi 4/5)
Operating system
MacOS
Operating system version
Sonoma
Shell
Fish
Additional context
No response
The text was updated successfully, but these errors were encountered: