Log info when disconnecting
This commit is contained in:
parent
672515f11a
commit
440654a63f
@ -54,6 +54,7 @@ class Connection:
|
||||
|
||||
def close(self):
|
||||
self.connection.close()
|
||||
log.info("Disconnected")
|
||||
|
||||
def send(self, data: bytes):
|
||||
with self.lock:
|
||||
|
Loading…
Reference in New Issue
Block a user