Hunsu / ntorrent

Automatically exported from code.google.com/p/ntorrent
GNU General Public License v3.0
0 stars 1 forks source link

closing tab doesn't disconnect #99

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. connect to a profile
2. close profile/tab

What is the expected output? 
Connection should be broken.

What do you see instead?
Connection is still there.

Original issue reported on code.google.com by in.incog...@gmail.com on 17 May 2008 at 8:38

GoogleCodeExporter commented 9 years ago
I think we just need to add 'remove.getSession().shutdown();' in Class 
ConnectionTab
line 95 to shut down the session we use.

Original comment by henryzho...@gmail.com on 22 Oct 2009 at 6:04

GoogleCodeExporter commented 9 years ago
this should be fixed in trunk. but maybe you can add the fix to 0.5 aswell 
henry? if
it is a quickfix.

Original comment by kei...@gmail.com on 27 Oct 2009 at 11:04

GoogleCodeExporter commented 9 years ago
Which files are modified for this issue on trunk?

Original comment by henryzho...@gmail.com on 5 Nov 2009 at 8:12

GoogleCodeExporter commented 9 years ago
it has to to with the way connections are set up now, since the profile plugin 
is
rewritten. Trying to merge this with your branch is not fruitfull.

Original comment by kei...@gmail.com on 5 Nov 2009 at 11:30

GoogleCodeExporter commented 9 years ago
Based on comment 4#, let's postpone the fix for this issue to next release.

Original comment by henryzho...@gmail.com on 9 Nov 2009 at 6:35