-
Notifications
You must be signed in to change notification settings - Fork 31
msgpack-rpc #53
Comments
I don't think it's ready to go yet. I'm currently working on a project that would make use of this however, @mneumann, what needs to be done? |
@anfractuosity , @euclio It only parses the RPC messages, but it does not implement the socket infrastructure and the dispatch. Should be easy to do... If you don't need interoperability between different languages, you might also take a look at https://github.com/pcwalton/ipc-channel. |
I just had a go at compiling with the RPC module included but got the following error messages, which I'll take a go at fixing. But I'm wondering after fixing those, roughly what would I need to do to use it? As in how would I define an RPC server interface for clients to call methods from?
|
I mucked around in it a little bit but I'm not familiar with rust serialization at all. After updating the old types it seems that it's using an old interface as well? Or needs more super imports? |
I see. It's still using very old interfaces. At first, |
I'm just wondering how to use the msgpack-rpc code that's in the repository, or
if that's a work-in-progress?
The text was updated successfully, but these errors were encountered: