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

core: improve & refactor rpc protocol #12581

Merged
merged 1 commit into from
Jun 7, 2023
Merged

core: improve & refactor rpc protocol #12581

merged 1 commit into from
Jun 7, 2023

Commits on Jun 1, 2023

  1. core: improve rpc protocol

    - Ensure that pending requests are properly rejected when the underlying service channel is closed.
    - Make  id-property from `NotificationMessage`s.  optional. Ids in notification are not strictly required and can be safely omitted.
    - Rename `RpcConnectionFactory` to `RpcProtocolFactory` 
    - Use a deferred in the `RpcProxyFactory` for protocol initialization
    
    Part of #12581
    tortmayr committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    53b1987 View commit details
    Browse the repository at this point in the history