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

MicroBitUARTService - wake up send() on disconnection - version 2! #430

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

martinwork
Copy link
Contributor

From MicroBitBLEManager's bleDisconnectionCallback, trigger the same event as MicroBitUARTService's on_confirmation to wake up send() if it's sleeping. Fixes #407.

From MicroBitBLEManager's bleDisconnectionCallback, trigger the same event as MicroBitUARTService's on_confirmation to wake up send() if it's sleeping. Fixes lancaster-university#407.
@jaustin
Copy link
Contributor

jaustin commented Aug 21, 2019

@finneyj and @microbit-sam would be good to look at this small fix as this is an issue for the iOS app and the fix isn't invasive.

@microbit-sam
Copy link
Contributor

LGTM 👍

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

Successfully merging this pull request may close these issues.

MicroBitUARTService::send can get stuck when client disconnects
3 participants