We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95119a0 commit 057b8d6Copy full SHA for 057b8d6
src/entop_view.erl
@@ -58,7 +58,7 @@
58
%% =============================================================================
59
start(Node) ->
60
Parent = self(),
61
- case net_kernel:connect(Node) of
+ case net_kernel:connect_node(Node) of
62
true ->
63
State = #state { node = Node, connected = true },
64
NState = load_remote_static_data(State),
0 commit comments