Thank you for the information. I changed the termination logic a little bit.
Please pull the latest code and test. Thanks Min 2012/8/22 Will Heger <[email protected]>: > Hi Min, > > Very thankful for this project. To celebrate, here is an error report ;) > > > ~/d $ git clone https://github.com/miniway/jeromq.git > ~/d $ cd jeromq > ~/d/jeromq $ mvn -X package > ~~~~~~~~ Lots of Output ~~~~~~~ > Stop dealer B > write header 6 > writer body > 30 30 > recv 6 OK end > Stop client thread > Exception in thread "Thread-1001" java.lang.IllegalStateException > at zmq.SocketBase.recv(SocketBase.java:769) > at zmq.Device.device(Device.java:52) > at zmq.ZMQ.zmq_device(ZMQ.java:335) > at zmq.TestProxyTcp$Main.run(TestProxyTcp.java:274) > > Full debug output: http://pastebin.com/gYeZc9un > > Build env: Debian 64bit with Sun/Oracle Java 1.6 > > Let me know if I can provide any more information or if you want me to post > this to Github. > > Best regards and thanks for the effort, > -Will > > > On Tue, Aug 21, 2012 at 10:30 PM, ramesh chandra <[email protected]> wrote: >> >> Thanks Min. >> >> regards, >> Ramesh >> >> >> On 08/21/2012 10:44 AM, Min Yu wrote: >> > I'll state what is supporting and what is not in more detail. Actually >> > the pgm is not supported also. >> > >> > I copy and paste c++ code then changed it into java by hand. The >> > Eclipse help me a alot. >> > >> > Thanks >> > Min >> > >> > Aug 21, 2012 9:31 PM Pieter Hintjens <[email protected]> 작성: >> > >> >> On Tue, Aug 21, 2012 at 1:23 PM, Min <[email protected]> wrote: >> >> >> >>> 99% means that we can send and recv between jeromq and the original >> >>> zeromq through tcp. >> >>> >> >>> But Java doesn't support unix domain socket, so we cannot mix them for >> >>> ipc. >> >>> So I distracted 1%. Actually 90% compatible might have been the right >> >>> value :) >> >> It's worth stating this clearly on the README, 100% compatible for >> >> tcp:// transport, does not support ipc://. >> >> >> >> Did you write all this by hand or did you have help from a C++-to-Java >> >> translator of some kind? It's impressive work either way. >> >> >> >> -Pieter >> >> _______________________________________________ >> >> zeromq-dev mailing list >> >> [email protected] >> >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev >> > _______________________________________________ >> > zeromq-dev mailing list >> > [email protected] >> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev >> >> _______________________________________________ >> zeromq-dev mailing list >> [email protected] >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
