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

do not unregister EA accessory notification on transport dealloc #1330

Conversation

t-yoshii
Copy link

@t-yoshii t-yoshii commented Jul 9, 2019

Fixes #1329

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

We tested on our devboard.

Summary

Calling EAAccessoryManager#unregisterForLocalNotifications makes all SDLIAPTransport instances not be able to receive EA events.

Changelog

Bug Fixes
  • Fix the issue that SDLIAPTransport does not receive EA events after transport reconnect.

CLA

@NicoleYarroch NicoleYarroch self-requested a review July 9, 2019 12:43
@NicoleYarroch NicoleYarroch added the bug A defect in the library label Jul 9, 2019
@NicoleYarroch NicoleYarroch added this to In progress in v6.3.1 via automation Jul 9, 2019
v6.3.1 automation moved this from In progress to Reviewer approved Jul 9, 2019
@t-yoshii
Copy link
Author

@NicoleYarroch
Thanks for the approval! Could you please merge it? I am not authorized to merge.

@theresalech theresalech merged commit bcc9874 into smartdevicelink:master Jul 10, 2019
v6.3.1 automation moved this from Reviewer approved to Done Jul 10, 2019
@theresalech
Copy link
Contributor

PR included in #1336

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library
Projects
No open projects
v6.3.1
  
Done
Development

Successfully merging this pull request may close these issues.

EAAccessoryManager#unregisterForLocalNotifications should not be called in SDLIAPTransport#dealloc
3 participants