Open GoogleCodeExporter opened 8 years ago
I figured out the problem and its rather tricky as no exceptions were being
thrown.
One of the classes that would handle a subscriber message was not experiencing
an
unhandled exception. The class was to update a store object by adding a
record. It
was calling store.addsort() which I thought would default to add if no sort was
applied. However, an unhandled exception was being thrown. Which stopped the
pubsub
from continuing to publish the message to the rest of the subscribers.
Original comment by eirmos...@gmail.com
on 14 Nov 2008 at 9:10
Original issue reported on code.google.com by
eirmos...@gmail.com
on 14 Nov 2008 at 4:46