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

[EPIC] add socket.io channel between cmd-api-server and each ledger-connector #1606

Closed
takeutak opened this issue Nov 30, 2021 · 0 comments
Closed
Labels

Comments

@takeutak
Copy link
Contributor

takeutak commented Nov 30, 2021

Is your feature request related to a problem? Please describe.
On the current codes, the api-server and some ledger-connectors (besu, quorum, corda, ...) does not have socket.io connection to cmd-api-server. This communication channel is needed for developing the APIs of sendSyncRequest, sendAsyncRequest, and startMonitor as these are developed in ledger-connector-go-ethereum, ledger-connector-sawtooth, ledger-connector-fabric-socket via socket.io connection to cmd-socket-server.
This feature was already developed in ledger-connectors socket.io version, but in case of merging those codes as #1502, we need to develop it.

Describe the solution you'd like
Add the socket.io connection to the above components

@takeutak takeutak added the Epic label Nov 30, 2021
@outSH outSH closed this as completed Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants