in reply to Re: Net::Stomp receive_frame method always blocks (ignores timeout parameter)
in thread Net::Stomp receive_frame method always blocks (ignores timeout parameter)

Thanks Corion.

Does that mean that the timeout parameter in Net::Stomp actually has no useful effect? Or if it does have an effect, how can it be put into practice?

I'll look into the other modules you mention.

  • Comment on Re^2: Net::Stomp receive_frame method always blocks (ignores timeout parameter)

Replies are listed 'Best First'.
Re^3: Net::Stomp receive_frame method always blocks (ignores timeout parameter)
by PPJ (Initiate) on Aug 18, 2010 at 20:23 UTC
    Hi again,

    Found another CPAN package which also does the job: Net::STOMP::Client

    Timeout works on this with no drama.

    Thanks again.