remove coroutine declaration for check_connect

pull/8/head
nico 2015-09-10 14:01:28 +02:00
rodzic beb3fd4400
commit a6f19c909b
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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