mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-06 19:36:41 +00:00
ignore client ids
This commit is contained in:
@@ -100,13 +100,13 @@ func NewProjectionHandler(
|
||||
reduceScheduledPseudoEvent: reduceScheduledPseudoEvent,
|
||||
}
|
||||
|
||||
go func(subscribe bool) {
|
||||
go func() {
|
||||
<-initialized
|
||||
if subscribe {
|
||||
if !h.reduceScheduledPseudoEvent {
|
||||
go h.subscribe(ctx)
|
||||
}
|
||||
go h.schedule(ctx)
|
||||
}(!h.reduceScheduledPseudoEvent)
|
||||
}()
|
||||
|
||||
return h
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user