microsoft / vs-streamjsonrpc

The StreamJsonRpc library offers JSON-RPC 2.0 over any .NET Stream, WebSocket, or Pipe. With bonus support for request cancellation, client proxy generation, and more.
Other
748 stars 149 forks source link

Replace warning with verbose message in log regarding `$/progress` not matching any method #1082

Closed AArnott closed 1 month ago

AArnott commented 1 month ago

Also skip construction of an error response to notifications that will never receive it.

Fixes #1081