GetMsgPackClientCodec returns msgpack client codec for connection.
(c io.ReadWriteCloser)
| 64 | |
| 65 | // GetMsgPackClientCodec returns msgpack client codec for connection. |
| 66 | func GetMsgPackClientCodec(c io.ReadWriteCloser) rpc.ClientCodec { |
| 67 | return codec.MsgpackSpecRpc.ClientCodec(c, msgPackHandle) |
| 68 | } |
no outgoing calls