Skip Menu |

This queue is for tickets about the Net-Stomp CPAN distribution.

Report information
The Basics
Id: 37140
Status: resolved
Priority: 0/
Queue: Net-Stomp

People
Owner: Nobody in particular
Requestors: mock [...] obscurity.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.33
Fixed in: (no value)



Subject: New version of Net::Stomp (0.33) causes receive_frame to block forever
Code that previously worked in 0.32 stopped working in 0.33 specifically: while (1) { warn "FOO\n"; if (eval {$frame = $stomp->receive_frame}) { warn "BAR \n"; will never get to BAR I have verified that the $stomp object is connected and subscribed to the message queue. I'm using 5.00.16 of FuseMQ which is essentially ActiveMQ version 5 with commercial support.
Gah, 0.34 reverts the changes for now. Leon