fix(#1356): ThreadingHTTPServer concurrency fix #1389

Merged
Rockachopa merged 1 commits from burn/1356-1776125702 into main 2026-04-14 00:37:26 +00:00

1 Commits

Author SHA1 Message Date
Timmy
d7a15ae046 fix(#1356): ThreadingHTTPServer for multi-user bridge concurrency
Some checks failed
Review Approval Gate / verify-review (pull_request) Failing after 8s
CI / validate (pull_request) Failing after 47s
CI / test (pull_request) Failing after 49s
Replace single-threaded HTTPServer with ThreadingHTTPServer
(thread-per-request) in both multi_user_bridge.py copies.

Fixes #1356
2026-04-13 20:16:21 -04:00