async_extra icon indicating copy to clipboard operation
async_extra copied to clipboard

Better interface for Rpc.Connection.{client,with_client}

Open vbmithr opened this issue 9 years ago • 1 comments

It should accept an 'addr where_to_connect instead of forcing the use of a TCP connection. Locally, an unix connection instead of a TCP one would be more efficient.

vbmithr avatar Jun 19 '16 11:06 vbmithr

Changing the signature of Rpc.Connection.client might require a lot of changes. However I don't think it's a problem to add other functions. Patch welcome :)

ghost avatar Jul 04 '16 09:07 ghost