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.
Hello,
if I set up
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.