-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unconditionally enable the watchdog on methods dispatch
Summary: ## This stack I am trying to debug a case of some methods stalling the entire reactor. See https://fb.workplace.com/groups/1708850869939124/permalink/1836334797190730/ for context. ## This diff Earlier diffs in the stack added unconditional `.watched()` calls further down the call stack; having this optional only loses useful signal. Reviewed By: lmvasquezg Differential Revision: D66297353 fbshipit-source-id: 54b4ce6e4a09076e9a372dd6df2d7993dabc7170
- Loading branch information
1 parent
34cbdbd
commit 994957d
Showing
2 changed files
with
1 addition
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters