kopia lustrzana https://github.com/Yakifo/amqtt
Merge branch 'release/0.6.1'
commit
c3d6fd94d2
|
@ -2,4 +2,4 @@
|
||||||
#
|
#
|
||||||
# See the file license.txt for copying permission.
|
# See the file license.txt for copying permission.
|
||||||
|
|
||||||
VERSION = (0, 6, 0, 'final', 0)
|
VERSION = (0, 6, 1, 'final', 0)
|
||||||
|
|
|
@ -424,7 +424,6 @@ class Broker:
|
||||||
yield from self._stop_handler(handler)
|
yield from self._stop_handler(handler)
|
||||||
client_session.transitions.disconnect()
|
client_session.transitions.disconnect()
|
||||||
yield from self.plugins_manager.fire_event(EVENT_BROKER_CLIENT_DISCONNECTED, client_id=client_session.client_id)
|
yield from self.plugins_manager.fire_event(EVENT_BROKER_CLIENT_DISCONNECTED, client_id=client_session.client_id)
|
||||||
yield from writer.close()
|
|
||||||
connected = False
|
connected = False
|
||||||
if unsubscribe_waiter in done:
|
if unsubscribe_waiter in done:
|
||||||
self.logger.debug("%s handling unsubscription" % client_session.client_id)
|
self.logger.debug("%s handling unsubscription" % client_session.client_id)
|
||||||
|
|
|
@ -30,10 +30,16 @@ Build status
|
||||||
.. image:: https://coveralls.io/repos/beerfactory/hbmqtt/badge.svg?branch=develop&service=github
|
.. image:: https://coveralls.io/repos/beerfactory/hbmqtt/badge.svg?branch=develop&service=github
|
||||||
:target: https://coveralls.io/github/beerfactory/hbmqtt?branch=develop
|
:target: https://coveralls.io/github/beerfactory/hbmqtt?branch=develop
|
||||||
|
|
||||||
|
Project status
|
||||||
|
--------------
|
||||||
|
|
||||||
.. image:: https://readthedocs.org/projects/hbmqtt/badge/?version=latest
|
.. image:: https://readthedocs.org/projects/hbmqtt/badge/?version=latest
|
||||||
:target: http://hbmqtt.readthedocs.org/en/latest/?badge=latest
|
:target: http://hbmqtt.readthedocs.org/en/latest/?badge=latest
|
||||||
:alt: Documentation Status
|
:alt: Documentation Status
|
||||||
|
|
||||||
|
.. image:: https://badge.fury.io/py/hbmqtt.svg
|
||||||
|
:target: https://badge.fury.io/py/hbmqtt
|
||||||
|
|
||||||
.. image:: https://badge.waffle.io/beerfactory/hbmqtt.svg?label=ready&title=Ready
|
.. image:: https://badge.waffle.io/beerfactory/hbmqtt.svg?label=ready&title=Ready
|
||||||
:target: https://waffle.io/beerfactory/hbmqtt
|
:target: https://waffle.io/beerfactory/hbmqtt
|
||||||
:alt: 'Stories in Ready'
|
:alt: 'Stories in Ready'
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -31,6 +31,7 @@ setup(
|
||||||
'Operating System :: MacOS',
|
'Operating System :: MacOS',
|
||||||
'Operating System :: Microsoft :: Windows',
|
'Operating System :: Microsoft :: Windows',
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
|
'Programming Language :: Python :: 3.5',
|
||||||
'Topic :: Communications',
|
'Topic :: Communications',
|
||||||
'Topic :: Internet'
|
'Topic :: Internet'
|
||||||
],
|
],
|
||||||
|
|
Ładowanie…
Reference in New Issue