High level API for Client
Open
- Dominant language
- Haskell
- Stars
- 156
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
The current `Rpc` monad does not capture `RECV_STATUS_ON_CLIENT` well.
Should maybe check for each `Rpc` operation whether the status has been received, and if so, throw exception to end the execution of Rpc.
Too easy to implement buggy behaviour, if the user doesn't expect an exception and wanted to do more operations?
Contributor guide
Assessment
This issue has not been assessed yet.