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
The CliSession destructor unregisters from the OutStream static object.
However, in some circumstances, the OutStream life can be shorter than the session life. This results in a crash because OutStream::UnRegister() get called on a dead object.
The text was updated successfully, but these errors were encountered:
The
CliSession
destructor unregisters from theOutStream
static object.However, in some circumstances, the
OutStream
life can be shorter than the session life. This results in a crash becauseOutStream::UnRegister()
get called on a dead object.The text was updated successfully, but these errors were encountered: