Close socket
This commit is contained in:
parent
c5c615e778
commit
c23a7ed0af
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue