work on sockets
This commit is contained in:
parent
49aae74e72
commit
67b9f6e51f
@ -132,6 +132,7 @@ class OnionrSocketClient:
|
||||
else:
|
||||
address = ''
|
||||
if address != '':
|
||||
logger.info('%s socket client started with %s' % (reason, peer))
|
||||
self.sockets[peer] = address
|
||||
data = 'hey'
|
||||
while not self.killSocket:
|
||||
|
Loading…
Reference in New Issue
Block a user