Skip to content
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

When a call takes too long, pupremote is unable to reconnect on pybricks #18

Closed
antonvh opened this issue Nov 19, 2023 · 1 comment
Closed

Comments

@antonvh
Copy link
Owner

antonvh commented Nov 19, 2023

After pushing the reboot button the esp32, pupremote connects fine.

When the msg funtion is called from pybricks, which inentionally blocks, the connection is lost.
That is to be expected because the heartbeat is not returned in time.
However, PUPRemote/LPF2 should be able to reconnect after connection loss, but that is not happening for some reason.

Screenshot 2023-11-19 at 16 56 10
@antonvh
Copy link
Owner Author

antonvh commented Jan 20, 2025

Reconnect is fixed. Still async would make this less fragile.

@antonvh antonvh closed this as completed Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant