Skip to content

Commit aa09676

Browse files
committed
refactor: Improve protocol availability
1 parent 307a103 commit aa09676

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

logic/background_worker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def background_worker(user_data, user_data_lock, ui_queue, stop_flag):
8787
doseq = True,
8888
longpoll = random_number_range(LONGPOLL_MIN, LONGPOLL_MAX)
8989
)
90+
acks = {}
9091
except TimeoutError:
9192
logger.debug("Data longpoll request has timed out, retrying...")
9293
continue

0 commit comments

Comments
 (0)