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