i found rpc:call from erlang to ergo is not work #114
-
my OTP version is Erlang/OTP 24 [erts-12.1.5] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit].
the message value is
t.Element(6). is etf.List{"monitor"}, and len(name) != 2, so it failed and node/core.go in function func (c *core) RouteSpawnRequest
process_opts.Env show init add "ergo:RemoteSpawnRequest" like this
because in erlang/rex.go in func (e *erpc) HandleCast will need process.Env("ergo:RemoteSpawnRequest")
so that,rpc:call from erlang to ergo work ok,but rpc:cast not work also. in erlang i use like this |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Its a bug. Created new issue #116 |
Beta Was this translation helpful? Give feedback.
-
anyway, I wouldn't recommend using this feature in production since it has very limited performance (in erlang, too). |
Beta Was this translation helpful? Give feedback.
Its a bug. Created new issue #116