-
Notifications
You must be signed in to change notification settings - Fork 103
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
Adding missing conditional check to stop the manager if SDLAppInterfa… #1223
Adding missing conditional check to stop the manager if SDLAppInterfa… #1223
Conversation
…ceUnregisteredReason is PROTOCOL_VIOLATION
I can still reproduce the bug when connecting to sdl_core.
The issue is that the To fix this, in the
to after this line:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can still reproduce the issue. I left a comment with instructions on how to reproduce and with some steps you can take to investigate the issue.
This PR is just to get the check inside the LifeCycle it does not completely fix the issue yet. The underlining issue is still being investigated. I will use your steps and see if I can track down a fix. |
Fixes #1097 WIP
This PR is ready for review.
Risk
This PR makes no API changes.
Summary
Added
protocol violation
check to the if conditional to stop the managerCLA