-
-
Notifications
You must be signed in to change notification settings - Fork 176
Open
Description
Hello,
if I set up
.Configure<AuthTlsOptions>(
opt =>
{
opt.ServerCertificate = ServerCertificate;
};
Then
await serverCommandFeature.ServerCommandWriter.WriteAsync(new SendResponseServerCommand(response), cancellationToken).ConfigureAwait(false);
sending to client error doen't works (client receive timeout)

May be I have to set setup another feature?
If ServerCertificate is commented... ftp work's fine.
Metadata
Metadata
Assignees
Labels
No labels