IntersectMBO / IntersectMBO/ouroboros-network
Provide connect function which exposes new mux interface
Open
api
- Dominant language
- Haskell
- Stars
- 296
- Forks
- 104
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 4
Description
The current [connectTo](https://github.com/input-output-hk/ouroboros-network/blob/master/ouroboros-network/src/Ouroboros/Network/NodeToClient.hs#L227) is using the compatibility mode of the multiplexer, which forces the caller to run all mini-protocols, and requires to synchronize their termination (if one terminates then all other multiplexed mini-protocols shut down), which is not convenient for local clients.
Contributor guide
Assessment
This issue has not been assessed yet.