avoid a rare busy loop (thanks lucky)

This commit is contained in:
jrandom
2004-08-16 13:13:08 +00:00
committed by zzz
parent a6ad2bbc5b
commit 3d7029493a

View File

@ -726,6 +726,8 @@ public class TCPTransport extends TransportImpl {
return rv;
}
}
// all of the messages refer to a connection being established
try { _msgs.wait(); } catch (InterruptedException ie) {}
}
}
}