fix(historian-client): cancellable TLS client handshake + default-fields test (review)
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ internal sealed class FrameChannel : IAsyncDisposable
|
||||
});
|
||||
try
|
||||
{
|
||||
await ssl.AuthenticateAsClientAsync(opts.Host).ConfigureAwait(false);
|
||||
await ssl.AuthenticateAsClientAsync(new SslClientAuthenticationOptions { TargetHost = opts.Host }, ct).ConfigureAwait(false);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user