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
(messenger@127.0.0.1)2> {ok, Pid} = emqttc:start_link([{host, "test.mosquitto.org"}]).
** exception exit: {badmatch,false}
in function emqttc:init/1 (src/emqttc.erl, line 269)
in call from gen_fsm:init_it/6 (gen_fsm.erl, line 363)
in call from proc_lib:init_p_do_apply/3 (proc_lib.erl, line 239)
(messenger@127.0.0.1)3> 11:48:42.453 [error] CRASH REPORT Process <0.322.0> with 1 neighbours exited with reason: no match of right hand value false in emqttc:init/1 line 269 in gen_fsm:init_it/6 line 381
The text was updated successfully, but these errors were encountered:
Hi,
I can't start emqtcc after 7c6de64 commit.
(messenger@127.0.0.1)2> {ok, Pid} = emqttc:start_link([{host, "test.mosquitto.org"}]).
** exception exit: {badmatch,false}
in function emqttc:init/1 (src/emqttc.erl, line 269)
in call from gen_fsm:init_it/6 (gen_fsm.erl, line 363)
in call from proc_lib:init_p_do_apply/3 (proc_lib.erl, line 239)
(messenger@127.0.0.1)3> 11:48:42.453 [error] CRASH REPORT Process <0.322.0> with 1 neighbours exited with reason: no match of right hand value false in emqttc:init/1 line 269 in gen_fsm:init_it/6 line 381
The text was updated successfully, but these errors were encountered: