welsonjs/WelsonJS.Augmented/WelsonJS.Launcher/ApiEndpoints
Namhyeon, Go 3eea89f5a3 Fix JSON-RPC dispatcher callback params
Reordered the parameters for the JSON-RPC dispatch callback to ensure the serializer and request id are passed in the correct positions. Updated the Func signature in JsonRpc2Dispatcher.cs to include the int id parameter before the CancellationToken, and adjusted the invocation/lambda in JsonRpc2.cs to match (method, ser, id, ct), preventing parameter mismatches when handling requests.
2026-03-16 21:17:51 +09:00
..
ChromiumDevTools.cs Move API endpoints to ApiEndpoints namespace 2026-01-31 23:26:36 +09:00
Completion.cs Move API endpoints to ApiEndpoints namespace 2026-01-31 23:26:36 +09:00
DnsQuery.cs Move API endpoints to ApiEndpoints namespace 2026-01-31 23:26:36 +09:00
ImageColorPicker.cs Move API endpoints to ApiEndpoints namespace 2026-01-31 23:26:36 +09:00
IpQuery.cs Move API endpoints to ApiEndpoints namespace 2026-01-31 23:26:36 +09:00
JsonRpc2.cs Fix JSON-RPC dispatcher callback params 2026-03-16 21:17:51 +09:00
Settings.cs Move API endpoints to ApiEndpoints namespace 2026-01-31 23:26:36 +09:00
TwoFactorAuth.cs Move API endpoints to ApiEndpoints namespace 2026-01-31 23:26:36 +09:00
Whois.cs Move API endpoints to ApiEndpoints namespace 2026-01-31 23:26:36 +09:00