Example #1
0
 public ValueTask CloseAsync(Exception exception, CancellationToken cancel) =>
 // TODO: implement TLS close_notify and call ShutdownAsync? This might be required for implementation
 // session resumption if we want to allow connection migration.
 _underlying.CloseAsync(exception, cancel);