Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Update actions/events communication format to JSON-RPC - Closes #5918 #5948

Merged
merged 6 commits into from
Nov 5, 2020

Conversation

ManuGowda
Copy link
Contributor

@ManuGowda ManuGowda commented Nov 4, 2020

What was the problem?

This PR resolves #5918

How was it solved?

  • Update action, events, bus, channels to
    • requests jsonrpc
    • respond jsonrpc
    • subscribe to events for jsonrpc notifications

How was it tested?

  • Updated tests

@ManuGowda ManuGowda self-assigned this Nov 4, 2020
update action, bus, ipc and in-memory channel to support jsonrpc
update event, bus, ipc and in-memory channel to support jsonrpc
update action, event, channels, bus test
@ManuGowda ManuGowda marked this pull request as ready for review November 5, 2020 10:14
@ManuGowda ManuGowda requested a review from shuse2 November 5, 2020 10:15
framework/src/controller/action.ts Show resolved Hide resolved
framework/src/controller/action.ts Show resolved Hide resolved
framework/src/controller/action.ts Outdated Show resolved Hide resolved
framework/src/controller/action.ts Show resolved Hide resolved
@shuse2 shuse2 merged commit cd22adb into development Nov 5, 2020
@shuse2 shuse2 deleted the 5918-json-rpc branch November 5, 2020 13:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update actions/events communication format to JSON-RPC
3 participants