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
if (channel->IsOpen() == true) { // if the channel has closed in the mean time no need to process the message... (note this is an optimization and not thread safe, the AddRef we do in Set makes sure the instance is still valid)
0 commit comments