-
Notifications
You must be signed in to change notification settings - Fork 3k
Cellular: send disconnect to correct ctx #10402
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
Conversation
@jarvte, thank you for your changes. |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
Disconnect was sent to all CellularContext classes even it concerned one specific context. Some disconnect events are still sent to all context classes. These event are coming from network and ment for all context classes or event did not specify cid.
24d6246
to
9d67a8b
Compare
rebased with master to resolve conficts |
ping |
@ARMmbed/mbed-os-maintainers could you please run CI for this pr? We need this for further development. |
ci started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
@adbridge I guess failure is not related to this pr. |
Failure looks like an ARMCC6 licence checkout issue - restarted |
@adbridge still failing with exporter |
exporters restarted again |
This is sitting on top of changes targeting 5.13 so bumping this out also. |
Description
Disconnect was sent to all CellularContext classes even it concerned one specific context. Some disconnect events are still sent to all context classes. These event are coming from network and ment for all context classes or event did not specify cid.
Pull request type
Reviewers
@AriParkkila
Release Notes