forked from eclipse-theia/theia
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Channel API to an object graph based approach
- Refactor Channel API to enable sending of any Javscript object over channels instead of having to receive a writeBuffer and write encoding the object into a binary format. This means we essentially move the binary encoding a level - Combine old message encoder/decoders into a common BinaryMessageCodec interface. - Adapt dependent components and services to new API Part of eclipse-theia#11159 Contributed on behalf of STMicroelectronics
- Loading branch information
Showing
36 changed files
with
977 additions
and
1,393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.