(cough. not often a problem though)

This commit is contained in:
jrandom
2005-12-20 02:29:09 +00:00
committed by zzz
parent 3989638f2d
commit 3bfc109476

View File

@ -66,7 +66,6 @@ class PeerConnectionOut implements Runnable
*/
public void run()
{
try { Thread.sleep(1000); } catch (InterruptedException ie) {}
try
{
while (!quit && peer.isConnected())
@ -180,6 +179,7 @@ class PeerConnectionOut implements Runnable
// return;
quit = true;
if (thread != null)
thread.interrupt();
sendQueue.clear();