Close socket
This commit is contained in:
parent
c5c615e778
commit
c23a7ed0af
@ -45,6 +45,7 @@ def queryloop(querysock):
|
||||
b += b'\x00'
|
||||
print("Sending back", b)
|
||||
clientsocket.send(b)
|
||||
clientsocket.close()
|
||||
|
||||
def registerloop(registersock):
|
||||
while True:
|
||||
|
Loading…
Reference in New Issue
Block a user