mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-31 02:03:36 -07:00
Updated link test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user