Browse Source
All other code-paths already checks that the `MessageHandler` isn't terminated, but apparently `onFailure` was missing that check (compare e.g. with the `onSuccess` function). From what I can tell, this is only an issue if workers are *disabled*, hence why I didn't bother adding a unit-test. Fixes 8584.
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue