-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
OperationalDeviceProxy should not inherit from SessionEstablishmentDelegate. #17472
OperationalDeviceProxy should not inherit from SessionEstablishmentDelegate. #17472
Conversation
…legate. It does not implement any of the delegate methods and doesn't call them.
PR #17472: Size comparison from 375fff3 to 0dc3ed6 Increases (2 builds for cc13x2_26x2)
Decreases (23 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
Full report (23 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
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.
Actually it should, see my solution in PR #17422
We should replacce HandleCASEConnected
/HandleCASEConnectionFailure
with SessionEstablishmentDelegate
callbacks
That's fine. If we're actually using it as a delegate, great. We're just not right now.... |
It does not implement any of the delegate methods and doesn't call them.
Problem
See above.
Change overview
Stop inheriting from a delegate interface we don't implement.
Testing
No behavior changes, just slightly smaller object.