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' )