251252253254255256257258259260261
while (timeout == 0 || wait > 0) { try { sockets.wait(wait); break; } catch (InterruptedException e) { log.debug("unexpected interrupt");
453454455456457458459460461462463
290291292293294295296297298299300
523524525526527528529530531532533
{ synchronized (sockets) { try { sockets.wait(1000); } catch (InterruptedException e) { log.debug(this + " unexpected interrupt"); }
254255256257258259260261262263264
468469470471472473474475476477478
{ synchronized (sockets) { try { sockets.wait(1000); } catch (InterruptedException e) { log.debug("unexpected interrupt"); }
293294295296297298299300301302303
255256257258259260261262263264265
473474475476477478479480481482483