You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Yes, plus even rename the folder as msgpack_rpc instead of msgpack-rpc in "deps" sub-directory, othewise .app file is not found-able. It would be great if you could add this to documentation. Thank you
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?
The text was updated successfully, but these errors were encountered: