Skip to content

Commit

Permalink
t push origin masterMerge branch 'bra-fsn-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed May 20, 2015
2 parents 86aabc2 + 3a20698 commit 0174fb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/examples/asynchronous_publisher_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ publisher.py::
closed. See the on_connection_closed method.

"""
self._deliveries = []
self._acked = 0
self._nacked = 0
self._message_number = 0

# This is the old connection IOLoop instance, stop its ioloop
self._connection.ioloop.stop()

Expand Down

0 comments on commit 0174fb8

Please sign in to comment.