tags 387658 +pending thanks
On 9/19/06, Morita Sho <[EMAIL PROTECTED]> wrote:
I have said that btlaunchmany does not send "event=stopped" to the tracker on exit. "event=stopped" means "I'm exiting". That is, btlaunchmany exited without telling "I'm exiting" to the tracker. So that the client is remain on the tracker after the client is exited.
You are correct. Thanks for pointing this out and big thanks for the amazing amount of information you provided. It made solving this problem very easy.
I have made a patch for 09_timtuckerfixes.dpatch
I did it a little differently than you suggested. Instead of putting the hash queue shutdown after the except, I moved it inside the try with the listen forever, just in case the hash queue shutdown generates an error. I think this is also more in line with the original upstream code. I checked it and it's working, but let me know if you think this will be a problem. Thanks again, Cameron -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

