Skip to content
Snippets Groups Projects

Add a sync map for rounds received

Merged Jonah Husson requested to merge jonah/receive-map into release
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -151,6 +151,8 @@ func StartNotifications(params Params, noTLS, noFirebase bool) (*Impl, error) {
i.SetGatewayAuthentication()
impl.inst = i
go impl.Cleaner()
return impl, nil
}
Loading