Skip to content

Fix crash when deleting BLEClient #3764

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

Closed
wants to merge 1 commit into from
Closed

Conversation

TheNitek
Copy link
Contributor

Currently the ESP crashes when delete is called on a BLEClient instance because the BLERemoteService tries to delete its characteristics twice.

This has already been fixed here https://github.com/nkolban/esp32-snippets/blob/fe3d318acddf87c6918944f24e8b899d63c816dd/cpp_utils/BLERemoteService.cpp#L267 but somehow didn't make it into the master/current releases.

@TheNitek TheNitek requested a review from me-no-dev February 25, 2020 13:14
@TheNitek
Copy link
Contributor Author

Any chance to get this merged? Without this the BLEClient is next to unusable in some scenarios.

@Obrekr
Copy link

Obrekr commented Apr 28, 2020

Same changes/fix as #3521.

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.

3 participants