Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Jul 26, 2024
1 parent 0d1593f commit ec278de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion StatsigInjections/StatsigInjections/StatsigInjections.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ import Combine
assertionFailure("Statsig failed to initialize: \(error)")
}
self?.newValuesSubject.send()
completion()
// intentionally not calling completion here since we do not want ff init to be blocking startup
// this may change if we need FF pre-launch
// completion()
}
}
completion()
Expand Down

0 comments on commit ec278de

Please sign in to comment.