Skip to content

Commit

Permalink
try this?
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Oct 7, 2024
1 parent 10ac24c commit f08bb41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hudes/websocket_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ async def run_server(stop, client_runner_q):


async def run_wrapper(args):
mp.set_start_method("spawn")
client_runner_q = mp.Queue()
executor = ThreadPoolExecutor(max_workers=12)
loop = asyncio.get_running_loop()
Expand Down

0 comments on commit f08bb41

Please sign in to comment.