Commit 0034e370 authored by ibuler's avatar ibuler

[Update] some bug

parent 784af494
......@@ -377,7 +377,7 @@ class Server(BaseServer):
super(Server, self).__init__(chan=chan)
def close(self):
super().close()
super(Server, self).close()
self.chan.transport.close()
if self.sock:
self.sock.transport.close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment