-
Stéphane Graziano authored
- 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
2656df97