example client ends with exception
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
txAMQP |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The following exception happens when i try to start the example client:
christian@
Got results to add()
3
Ping received
Got results to calculate()
-1
Got results to calculate()
0
Got results to calculate()
5
Got results to calculate()
6
Got an error
integer division or modulo by zero
Unhandled error in Deferred:
Traceback (most recent call last):
File "/usr/local/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.
--- <exception caught here> ---
File "/usr/lib/
self.result = callback(
File "/usr/local/
raise Closed()
txamqp.
Related branches
- txAMQP Team: Pending requested
- Diff: None lines
Changed in txamqp: | |
status: | Fix Committed → Fix Released |
As posted in https:/ /answers. launchpad. net/txamqp/ +question/ 79275:
"Looking at the source code it seems that someone is listening on incoming messages using a TimeoutDeferred Queue but is not catching Closed exceptions."