Closedown

This commit is contained in:
boccioli_m
2017-10-17 16:28:04 +02:00
parent 4addbe52cb
commit 2037e47fa9
2 changed files with 4 additions and 3 deletions

View File

@@ -227,9 +227,10 @@ class UDPDatagram:
def _listen(self):
# now keep talking with the client
while 1:
print 'here should receive data'
#while 1:
while 0:
# receive data from client (data, addr)
print 'here should receive data'
#data, addr = self.sock.recvfrom(1024)
if not data:
print 'End of data or no data'