mirror of
https://github.com/gnh1201/welsonjs.git
synced 2026-02-16 07:38:28 +00:00
Replace the old StdioServer-based stdio JSON-RPC flow with an in-process HTTP forwarder. Program.cs now reads raw stdin, posts payloads to the configured ResourceServerPrefix + "jsonrpc2" using HttpClient (configurable timeout), writes HTTP response bytes back to stdout, and includes improved logging and SafePreviewUtf8 for safe payload previews. StdioServer.cs and its project entry were removed, and Resources.resx HttpClientTimeout was increased to 300 (Designer version updated). This centralizes stdio handling and HTTP forwarding with better error handling and diagnostics. |
||
|---|---|---|
| .. | ||
| AssemblyInfo.cs | ||
| Resources.Designer.cs | ||
| Resources.resx | ||
| Settings.Designer.cs | ||
| Settings.settings | ||