Client authentication error fixed

pull/8/head
Román Cárdenas 2018-03-16 15:27:31 +01:00
rodzic 031580a3fc
commit 42143a196c
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -393,6 +393,7 @@ class Broker:
authenticated = yield from self.authenticate(client_session, self.listeners_config[listener_name])
if not authenticated:
yield from writer.close()
server.release_connection() # Delete client from connections list
return
while True: