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

execClient does not permit returning results #71

Open
iphydf opened this issue Jun 29, 2016 · 2 comments
Open

execClient does not permit returning results #71

iphydf opened this issue Jun 29, 2016 · 2 comments

Comments

@iphydf
Copy link
Contributor

iphydf commented Jun 29, 2016

execClient returns IO (), so it always returns unit, preventing me from turning a Client a into an IO a. I'd like to be able to call an rpc method and then process the result further after tearing down the TCP connection without staying inside the Client monad.

@iphydf
Copy link
Contributor Author

iphydf commented Mar 8, 2020

@hvr
Copy link
Collaborator

hvr commented Apr 9, 2020

@iphydf yeah, I do intend to implement this for the next major release of msgpack-rpc (this is a breaking change after all)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants