- IsClosed doesn't solve the memleak (streams are still blocked inside...
- IsClosed doesn't solve the memleak (streams are still blocked inside SslStream), only throwing an exception can fix that behavior. - BeginWrite was not correct, we should call this.WriteAsync instead of baseStream.WriteAsync rewritten
Showing
Please
register
or
sign in
to comment