gen_server

This commit is contained in:
Feng 2015-10-23 18:06:35 +08:00
parent 676aa3cb71
commit 59ca283eb0
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ reset_parser(State = #wsocket_state{packet_opts = PktOpts}) ->
State#wsocket_state{parser = emqttd_parser:new(PktOpts)}.
%%%=============================================================================
%%% gen_fsm callbacks
%%% gen_server callbacks
%%%=============================================================================
init([WsPid, Req, ReplyChannel, PktOpts]) ->