net-rpc-msgpackrpc This library provides the same functions asnet/rpc/jsonrpcbut for communicating withMessagePackinstead. The library is modeled directly after the Go standard library so it should be easy to use and obvious. See theGoDocfor API documentation. ...
This means this codec needs to handle connection disposal, because there's no way for someone usingnet/rpcto find out about the error and handle it- we're in the twilight zone. Additionally, becausenet/rpcis frozen upstream, there is a lack of desire to fix even the logging aspect, let...
A C++ networking library that supports RPC-like bidirectional messaging style using Msgpack on top of TLS via Asio and OpenSSL with LZ4 compression. - matusnovak/msgnet