fix(persistent_sessions): start the message gc timer

This commit is contained in:
Tobias Lindahl 2021-10-26 09:53:49 +02:00
parent f39ccfb304
commit e3dc9b3f4f
1 changed files with 1 additions and 1 deletions

View File

@ -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,