The example code shows how to expose a Go function that can be called from Erlang using RPC. Is it possible to do the opposite, i.e., call rpc:call from the Go side?
you may want to try another way to get it to.. via outgoing gen_server:call. Here is forked/improved version of this node - github.com/halturin/ergonode
Hi
The example code shows how to expose a Go function that can be called from Erlang using RPC. Is it possible to do the opposite, i.e., call
rpc:call
from the Go side?