-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
When make_client_reset_config constructs a ClientReset object, it captures a reference to the session config in the notify_after/before lambdas. If the session and its config get destroyed by the time the lambda is invoked, we'll be operating with garbage memory. Since we only use the before/after callbacks from the config, we should just capture those directly.
- is depended on by
-
RNET-430 Automatic Client Reset w. “seamless loss”
- Closed