Commit 7ac1b86cfe0d0a398bb2b303cb320ca52a081fa6

Authored by bmarechal
1 parent b1f2cb7de3
Exists in master

TODO : kill unused threads

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

redpitaya/server/server.py
... ... @@ -13,8 +13,6 @@
13 13 data = ''
14 14 while '\n' not in data:
15 15 data += conn.recv(8)
16   - if not data:
17   - break
18 16 recv = data.split(';')
19 17 if recv[0] == "add_const_set_offset":
20 18 try: