Exception in thread "main" org.zeromq.ZMQException: Invalid argument(0x16)
at org.zeromq.ZMQ$Poller.run_poll(Native Method)
at org.zeromq.ZMQ$Poller.poll(ZMQ.java:1298)
at org.zeromq.ZMQ$Poller.poll(ZMQ.java:1265)
I simply registered one pull socket. Any reason why this would happen?
I tried to create a test program to send it here but I couldnt reproduce
the problem.
In my project though, the problem persists. In what ways could the other
parts of my program interfere with the ZMQ.Poller?
Here is the test program that works.
Os is debian. I use the latest zeromq , jzmq from github.
--
Sincerely yours,
Apostolis Xekoukoulotakis
testPoll.tar.gz
Description: GNU Zip compressed data
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
