Banana

Results 11 comments of Banana

I forked the project. translate Chinese themes in here: https://github.com/yuanrui/dockpanelsuite

I set TcpClient ReceiveTimeout for 5 minutes in FtpServer class AddClientAsync method. But not work. The program after run several hours, connection can not release. ![STAT](https://user-images.githubusercontent.com/3859838/68272694-6acf6c00-009f-11ea-8cc9-85f66d6db97d.png)

I use this code to clear dead connection. ``` //DoClearConnection in a thread. public void DoClearConnection() { var lastCheckTime = DateTime.Now; while (! _stopClearConnection) { try { if ((DateTime.Now -...

@fubar-coder It`s work. But the console report a fail message. ``` FubarDev.FtpServer.FtpServer:Error: The CancellationTokenSource has been disposed. System.ObjectDisposedException: The CancellationTokenSource has been disposed. at System.Threading.CancellationTokenSource.ThrowObjectDisposedException() at System.Threading.CancellationTokenSource.get_Token() at FubarDev.FtpServer.FtpConnection.StartAsync() in...

I used 3.1.2-ci.16, it will throw IO exception: thread quit or appliction request, abort IO operation. ![image](https://user-images.githubusercontent.com/3859838/68556508-88b91a00-046d-11ea-8ae2-2c2dda447633.png) I set ConnectionInactivityCheckInterval 10 seconds, InactivityTimeout 3 minutes. But a few seconds later,...

I forked last version repository for my local. I test in“QuickStart” project and changed some code. It look like not work. ![FtpTimeoutTest](https://user-images.githubusercontent.com/3859838/69488907-38997900-0eab-11ea-8b8b-b736f657e345.gif) ``` TCP 192.168.1.108:2100 192.168.1.51:32796 CLOSE_WAIT 70372 TCP 192.168.1.108:2100...

By the way, I implement file system like in memory file system, in production environment has other problem: client over hundreds, memory used very high. And netstat has many TIME_WAIT....

In my project. I find FtpConnectionAccessor AsyncLocal will keep original value in long time. so how to clean AsyncLocal value?

http://stackoverflow.com/questions/20303682/file-download-not-working-on-firefox 可以参考下