Skip to content

Commit 8abca8d

Browse files
committed
use much smaller sleep time on communication
fix #412
1 parent 1e1a3b1 commit 8abca8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/javavibridge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def send(self, data):
128128
break
129129

130130
totalData.append(data.decode('UTF-8'))
131-
time.sleep(.01)
131+
time.sleep(0.0001)
132132
except:
133133
if totalData: break
134134

0 commit comments

Comments
 (0)