Git Product home page Git Product logo

rabbitfoot's People

Contributors

bobtfish avatar clkao avatar cooldaemon avatar plu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

rabbitfoot's Issues

Multiple connections

After consuming a message from the first connection, I'm trying to create a new connection to a second RabbitMQ server in the callback and it hangs when calling Net::RabbitFoot->new()->load_xml_spec()->connect();
The RabbitMQ logs report: {handshake_timeout,handshake}

server dieing does not call back to my code.

Hiya.

If you're connected to a RabbitMQ server, and the server unexpectedly goes away, then the on_failure callback to ->connect in AnyEvent::RabbitMQ is called.

This is passed by _do in Net::RabbitFoot and is a coro rouse_cb. However that is only used for checking the connection works, and so later when it is called back to, it has no effect.

I would have expected one of the on_close, or on_failure callbacks I'd passed to the connect method to be called instead, as I'd like to be able to handle reconnecting automatically if the connection to the server is interrupted in long running processes.

Cheers
t0m

Not on CPAN.

Hiya.

Can you release this to CPAN, or at least tag a version in git so that I can build a company internal package for a specific numbered version?

Thanks in advance.

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.