remove debug-Thread.sleep
This commit is contained in:
parent
57b1a8fc08
commit
c555e2c97a
1 changed files with 0 additions and 1 deletions
|
|
@ -148,7 +148,6 @@ private[zeromq] class ConcurrentSocketActor(params: Seq[SocketOption]) extends A
|
||||||
val payload = iter.next.payload
|
val payload = iter.next.payload
|
||||||
val flags = if (iter.hasNext) JZMQ.SNDMORE else 0
|
val flags = if (iter.hasNext) JZMQ.SNDMORE else 0
|
||||||
sendBytes(payload, flags)
|
sendBytes(payload, flags)
|
||||||
Thread.sleep(5)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue