-
-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Labels
Description
When connecting to FtpServer-3.0 with WinSCP, we intermittently but frequently get the following error:
2019-08-15 13:05:33Z [INF] FtpConnection - Status must be Paused, but was ReadyToRun.
System.InvalidOperationException: Status must be Paused, but was ReadyToRun.
at FubarDev.FtpServer.Networking.PausableFtpService.ContinueAsync(CancellationToken cancellationToken)
at FubarDev.FtpServer.ServerCommandHandlers.ResumeConnectionServerCommandHandler.ExecuteAsync(ResumeConnectionServerCommand command, CancellationToken cancellationToken)
at FubarDev.FtpServer.FtpConnection.SendResponsesAsync(ChannelReader`1 serverCommandReader, CancellationToken cancellationToken)
WinSCP then errors out with Zeit abgelaufen (Kontrollverbindung). This could be related to #75, perhaps?