<div dir="ltr"><div>I have the following code acting as a c node for an erlang instance:</div><div><a href="https://gist.github.com/mediocregopher/5305479">https://gist.github.com/mediocregopher/5305479</a></div><div><br></div>
<div>(a lot of it is copied straight from the tutorial).</div><div><br></div><div>Previously I had the c node connecting to the erlang instance and everything worked fine, however I changed the code to listen for a connection from an erlang node and work from there to make deployment easier. Unfortunately now whenever I try to send back a response to the erlang node using erl_send nothing is sent back to erlang, instead it looks like the message to be sent is output to the terminal.</div>
<div><br></div><div>For example, if I do:</div><div>{any, '<a href="mailto:cnode@127.0.0.1">cnode@127.0.0.1</a>'} ! {get_all_keys}.</div><div><br></div><div>in the erlang node with the c node running, the c node should send back the atom get_all_keys. However nothing gets sent back, and the following is output to the console where the c node is running:</div>
<div><br></div><div>:<a href="mailto:phadgdnode1@172.16.202.131">phadgdnode1@172.16.202.131</a>'d  </div><div>                               get_all_keys</div><div><br></div><div>Does anyone know why this would be happening?</div>
</div>