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
Erlang node can send message by {registered_name, node_name}, but cannot send message py pid. With tracing (-erlang.trace.node) i see this message in logs:
Erlang node can send message by {registered_name, node_name}, but cannot send message py pid. With tracing (-erlang.trace.node) i see this message in logs:
Seems like switch in https://github.com/goerlang/node/blob/master/node.go#L330 does not handle messages to raw pids.
The text was updated successfully, but these errors were encountered: