mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-17 19:21:26 +08:00
_stdio_send (single pipe) must remain serialized under _call_lock, but SSE and streamable-http use independent HTTP requests and can safely execute concurrently across sessions. - Scope _call_lock to stdio transport only - Add _http_lock with double-checked pattern to protect _http_session_id initialization during concurrent streamable-http requests