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

Feather turns unresponsible loosing AP connection while UDP socket is open #81

Open
cike87 opened this issue Oct 21, 2017 · 0 comments
Open

Comments

@cike87
Copy link

cike87 commented Oct 21, 2017

I wrote a simple sketch, that opens an udp port after a Connection to a WiFi AP was made.
As soon as the AP was turned off, feather crashed completly (execution of the sketch stopped and Arduino's monitoring window could not be closed. Reuploading wasn't possible either until resetting the feather.
I don't know if it's crucial, but I registered feather's disconnect callback to a simple Serial print Output function without any additional code.

The issue has been resolved by adding udp.stop() to feathers disconnect callback.

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