kopia lustrzana https://github.com/Yakifo/amqtt
Client authentication error fixed
rodzic
031580a3fc
commit
42143a196c
|
@ -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:
|
||||
|
|
Ładowanie…
Reference in New Issue