mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
Merge branch 'master' of git://gitorious.org/electrum/electrum
This commit is contained in:
commit
9c00bdd1ac
1 changed files with 2 additions and 0 deletions
|
@ -345,6 +345,8 @@ def client_thread(ipaddr,conn):
|
||||||
while 1:
|
while 1:
|
||||||
d = conn.recv(1024)
|
d = conn.recv(1024)
|
||||||
msg += d
|
msg += d
|
||||||
|
if not d:
|
||||||
|
break
|
||||||
if d[-1]=='#':
|
if d[-1]=='#':
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue