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 the underlying network channel is unexpectedly closed, then in Channel_Closed the _channel member is set to null. This can result in a NullReferenceException when the background read thread attempts to send any new data.
Also _dataReaderTaskCompleted has a similar problem.
The text was updated successfully, but these errors were encountered:
If the underlying network channel is unexpectedly closed, then in Channel_Closed the _channel member is set to null. This can result in a NullReferenceException when the background read thread attempts to send any new data.
Also _dataReaderTaskCompleted has a similar problem.
The text was updated successfully, but these errors were encountered: