cjzzz
Results
1
issues of
cjzzz
In [FtpConnection.ReadFromStreamAsync](https://github.com/FubarDevelopment/FtpServer/blob/ee1ba0897bad8727b6cb2d26f21f89e2ff9da351/src/FubarDev.FtpServer/FtpConnection.cs#L936), `readTask` is started using the cancellation token passed into the method, but `tcs` is also created which has its result set when the cancellation token is cancelled: ```csharp...