mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #2416 from Flow-Launcher/jsonrpcv2_fix
switch back to jsonmessageformatter
This commit is contained in:
commit
2dcbb2138b
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ namespace Flow.Launcher.Core.Plugin
|
|||
|
||||
private void SetupJsonRPC()
|
||||
{
|
||||
var formatter = new SystemTextJsonFormatter();
|
||||
var formatter = new JsonMessageFormatter();
|
||||
var handler = new NewLineDelimitedMessageHandler(ClientPipe,
|
||||
formatter);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue