|
@@ -54,7 +54,7 @@ start_link() ->
|
|
|
|
|
|
|
|
init([]) ->
|
|
init([]) ->
|
|
|
process_flag(trap_exit, true),
|
|
process_flag(trap_exit, true),
|
|
|
- {ok, start_session_gc_timer(#{})}.
|
|
|
|
|
|
|
+ {ok, start_message_gc_timer(start_session_gc_timer(#{}))}.
|
|
|
|
|
|
|
|
handle_call(_Request, _From, State) ->
|
|
handle_call(_Request, _From, State) ->
|
|
|
Reply = ok,
|
|
Reply = ok,
|