debian-python-raven/tests/transport/threaded
Richard van der Hoff 8fe0aa7bf6 Ensure that ThreadedHTTPTransport sends all pending messages at exit
A race condition in the ThreadedHTTPTransport exit hook meant that it was
possible for some queued messages to not be sent.

Rearrange the shutdown hook a bit to ensure that this cannot happen.
2014-03-31 14:43:43 +01:00
..
__init__.py General cleanup to transports and the addition of ThreadedHTTPTransport 2012-07-23 11:09:36 -07:00
tests.py Ensure that ThreadedHTTPTransport sends all pending messages at exit 2014-03-31 14:43:43 +01:00