From a6f19c909b6b01589d166d79f788d370bf672b6e Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 10 Sep 2015 14:01:28 +0200 Subject: [PATCH] remove coroutine declaration for check_connect --- hbmqtt/broker.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hbmqtt/broker.py b/hbmqtt/broker.py index ce9fa29..cfb8a3a 100644 --- a/hbmqtt/broker.py +++ b/hbmqtt/broker.py @@ -618,7 +618,6 @@ class Broker: except Exception as e: self.logger.error(e) - @asyncio.coroutine def check_connect(self, connect: ConnectPacket): if connect.payload.client_id is None: raise BrokerException('[[MQTT-3.1.3-3]] : Client identifier must be present' )