mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-28 11:12:31 -04:00
Updated link test
This commit is contained in:
parent
a4b80e7ddb
commit
513a82e363
2 changed files with 5 additions and 4 deletions
|
@ -248,8 +248,8 @@ class TCPClientInterface(Interface):
|
|||
|
||||
def processOutgoing(self, data):
|
||||
if self.online:
|
||||
while self.writing:
|
||||
time.sleep(0.01)
|
||||
# while self.writing:
|
||||
# time.sleep(0.01)
|
||||
|
||||
try:
|
||||
self.writing = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue