Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wip json rpc performance #10808

Closed

Conversation

tortmayr
Copy link
Contributor

What it does

Integrates the new message-rpc prototype into the core messaging API (replacing vscode-ws-jsonrpc). (Based on #10781)
This has major impacts and the Messaging API as we no longer expose a Connection object (which was provided by vscode-ws-jsonrpc) and directly rely on the generic Channel implementation instead.

Note: This is a WIP PR that is not ready to be reviewed yet and contains a lot of temporary hacks and workarounds (e.g. commenting out of .spec.ts files that have compilation errors) and is currently only working in browser-applications. It's intention is to present the current state of #10684 to interested parties.

tsmaeder and others added 2 commits February 22, 2022 21:55
Signed-off-by: Thomas Mäder <tmader@redhat.com>
…tensions)

Integrates the new message-rpc prototype into the core messaging API (replacing vscode-ws-jsonrpc).
This has major impacts and the Messaging API as we no longer expose a  `Connection` object (which was provided by vscode-ws-jsonrpc) and
directly rely on the generic `Channel` implementation instead. 

Note: This is a WIP PR that is not ready to be reviewed yet and contains a lot of temporary hacks and workarounds (e.g. commenting out of *.spec.ts* files that have compilation errors) and is currently only working in browser-applications. It's intention is to present the current state of eclipse-theia#10684 to interested parties.

Part of eclipse-theia#10684
@tortmayr tortmayr closed this Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants