Skip to content

Commit

Permalink
Fix "_FletSocketServer__receive_loop_task" error on Linux
Browse files Browse the repository at this point in the history
Fix #2781
  • Loading branch information
FeodorFitsner committed Mar 7, 2024
1 parent 398a8d4 commit 5522be1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ def __init__(

async def start(self):
self.__connected = False
self.__receive_loop_task = None
self.__send_loop_task = None
if is_windows() or self.__port > 0:
# TCP
host = "localhost"
Expand Down

0 comments on commit 5522be1

Please sign in to comment.