Skip Menu |

This queue is for tickets about the POE-Component-Client-Stomp CPAN distribution.

Report information
The Basics
Id: 30111
Status: resolved
Priority: 0/
Queue: POE-Component-Client-Stomp

People
Owner: Nobody in particular
Requestors: lloy0076 [...] adam.com.au
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: (no value)



Subject: Message Duplication
See http://rt.cpan.org/Ticket/Display.html?id=30072 for the files discussed. When run at home on a Intel Core 2 Quad Core (E6600), which is much faster than the machine used in the ticket mentioned above: * no packets are dropped * however, duplicate packets are recorded Again, the plain Net::Stomp client has no issues, that is to say, all packets are received and recorded only once. When POE receives a network packet from the Stomp server, does it: * put the message at the end of the message queue (so that it happens after the things yielded); or * put the message before the things yielded DSL
Could not duplicate.