Unable to use msgpack-rpc-erlang as a dependency in my code. Keep getting the above error.
-
Have installed the requisite deps - including ranch (branch master), proper, & msgpack (branch master).
-
Tried to make changes in rebar.config and add but get the error in subject line
{deps, [
{msgpack-rpc, ".*", {git, "git://github.com/msgpack-rpc/msgpack-rpc-erlang.git", "master"}},......
-
I noticed that the msgpack_rpc.app.src has
{modules,
[msgpack_rpc_client, msgpack_rpc_connection, msgpack_rpc_protocol]
Should not it ALSO have "msgpack_rpc_server" as well?