You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace DispatchSessionEvent with NotifySessionHang on sessions. (#33259)
* Replace `Dispatch event` with `NotifySessionHang` on sessions.
Only a single event was ever dispatched and the pattern of passing
in pointers to member methods was not used anywhere else and resulted
in fairly unique code.
Spelling out the `NotifySessionHang` explicitly seems to simplify
maintainability.
* Update src/transport/Session.h
Co-authored-by: mkardous-silabs <84793247+mkardous-silabs@users.noreply.github.com>
---------
Co-authored-by: mkardous-silabs <84793247+mkardous-silabs@users.noreply.github.com>
0 commit comments