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
{{ message }}
This repository has been archived by the owner on Sep 20, 2018. It is now read-only.
Line 763, 764 is,
_inStream.Dispose();
_inStream = null;
When I use this class, _inStream is set null, so the error is occured at above lines,
Why don't you check _instream is null?
The text was updated successfully, but these errors were encountered: