Skip to content
Snippets Groups Projects
Commit 1836ae2c authored by Jonah Husson's avatar Jonah Husson
Browse files

Start cleaner thread

parent 7b5a9d11
No related branches found
No related tags found
2 merge requests!12Release,!9Add a sync map for rounds received
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
...@@ -151,6 +151,8 @@ func StartNotifications(params Params, noTLS, noFirebase bool) (*Impl, error) { ...@@ -151,6 +151,8 @@ func StartNotifications(params Params, noTLS, noFirebase bool) (*Impl, error) {
i.SetGatewayAuthentication() i.SetGatewayAuthentication()
impl.inst = i impl.inst = i
go impl.Cleaner()
return impl, nil return impl, nil
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment