fix agent
This commit is contained in:
parent
a9a988bb99
commit
030f15531c
@ -173,7 +173,7 @@ handle_info({connect_reply, Reply}, State = #state{status = ?STATE_CONNECTING, t
|
||||
{error, Reason} ->
|
||||
efka_logger:debug("[efka_agent] connect failed, error: ~p, pid: ~p", [Reason, TransportPid]),
|
||||
efka_transport:stop(TransportPid),
|
||||
{noreply, ?STATE_DENIED, State#state{status = ?STATE_DENIED}}
|
||||
{noreply, State#state{status = ?STATE_DENIED}}
|
||||
end;
|
||||
|
||||
%% 收到auth回复
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user