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