-
Notifications
You must be signed in to change notification settings - Fork 487
Open
Description
Using v0.5.2
My program is able to run days sending binary pictures, but will occasionally encounter an IndexOutOfBoundsException. I am not sure if it's an apparent issue with the data being sent to the zmq client, or something with a connection. The issue is not easily repeatable.
Also, are there release notes for different versions? I see there's now a 0.5.3, but I can't tell what's been added to it.
Exception in thread "My Thread" Exception in thread "My Thread" java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 1
at java.base/jdk.internal.util.Preconditions.outOfBounds(Unknown Source)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Unknown Source)
at java.base/jdk.internal.util.Preconditions.checkIndex(Unknown Source)
at java.base/java.util.Objects.checkIndex(Unknown Source)
at java.base/java.util.ArrayList.get(Unknown Source)
at zmq.socket.pubsub.Dist.distribute(Dist.java:162)
at zmq.socket.pubsub.Dist.sendToMatching(Dist.java:138)
at zmq.socket.pubsub.XPub.xsend(XPub.java:253)
at zmq.SocketBase.send(SocketBase.java:718)
at org.zeromq.ZMQ$Socket.send(ZMQ.java:3205)
at org.zeromq.ZFrame.send(ZFrame.java:136)
at org.zeromq.ZFrame.sendAndKeep(ZFrame.java:151)
at org.zeromq.ZMsg.send(ZMsg.java:187)
at org.zeromq.ZMsg.send(ZMsg.java:159)
at org.zeromq.proto.ZPicture.sendBinaryPicture(ZPicture.java:168)
at org.zeromq.ZMQ$Socket.sendBinaryPicture(ZMQ.java:3342)
<<my code>>
Metadata
Metadata
Assignees
Labels
No labels