Git Product home page Git Product logo

Comments (3)

miniway avatar miniway commented on June 8, 2024

Thanks for the good catch.

An equivalent C code returns ECONNREFUSED and jeromq returns false.

But for the compatibility between jeromq and jzmq, jeromq should raise org.jeromq.ZMQException.

from jeromq.

SlavikBaranov avatar SlavikBaranov commented on June 8, 2024

Thank you for fixing it!

from jeromq.

cbeams avatar cbeams commented on June 8, 2024

I just tried @SlavikBaranov's JmqTest exactly as posted above and I get the same hanging behavior. However, I get it under both jeromq (0.3.4) and jzmq (3.0.1).

If, as suggested in the original description, I uncomment lines 18-22 and comment line 35, everything works as expected under both jeromq and jzmq.

With that said, it seems like this is actually the documented behavior. Per http://zguide.zeromq.org/page:all#Unicast-Transports (zeromq/libzmq#372):

The inter-thread transport, inproc, is a connected signaling transport. It is much faster than tcp or ipc. This transport has a specific limitation compared to tpc and icp: the server must issue a bind before any client issues a connect. This is something future versions of ØMQ may fix, but at present this defines how you use inproc sockets. We create and bind one socket and start the child threads, which create and connect the other sockets.

So I'm surprised that the desired behavior and/or the fix ever worked, as it seems to go directly against this documented limitation. Am I missing something?

from jeromq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.