I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 3d702949 authored by jrandom's avatar jrandom Committed by zzz
Browse files

avoid a rare busy loop (thanks lucky)

parent a6ad2bbc
No related branches found
No related tags found
No related merge requests found
......@@ -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) {}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment