We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9639d5 commit d97d418Copy full SHA for d97d418
src/CorrelationEngine.php
@@ -184,10 +184,9 @@ public function handle(Event $event) : void
184
$this->incrStat('handled', (string)$event->event . "|" . get_class($matcher));
185
}
186
187
- // If we are timed out then remove any future event watching and flag the matcher for timeout processing.
+ // If we are timed out then flag the matcher for timeout processing.
188
if ($this->isFlagSet($result, $matcher::EVENT_TIMEOUT)) {
189
$timedOutMatchers[] = $matcher;
190
- $this->removeWatchForEvents($matcher, $expecting);
191
192
193
//Matcher has told us to suppress further processing of this event.
0 commit comments