You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: