Notes |
|
(0001232)
|
Kry
|
2005-08-15 05:18
|
|
those are non uploading non downloading. I removed the upload queued and stopped all files. There are 51 clients and 502 sockets open (or to be exact, aMule thinks so), so they're elsewhere... not being deleted. |
|
|
(0001233)
|
Kry
|
2005-08-15 06:03
|
|
And they're not deleted on cleanup because they have a socket :) |
|
|
|
Could the check in CClientReqSocket::CheckTimeOut() be the cause?
if ( m_client->GetKadVersion() == 0 ) {
return false;
} |
|
|
(0001236)
|
Kry
|
2005-08-17 18:54
|
|
|
|
(0001248)
|
Kry
|
2005-08-22 01:36
|
|
Ok, now I know why it happens... but I ahve to talk to John about breaking backwards compatibility. |
|
|
(0001504)
|
Kry
|
2005-11-22 18:02
|
|
Less and less to be done before 2.1.0 |
|