Commit 05fa8a2
Fix MuxIOThreadPoolExecutor::removeObserver re-adding the observer
Summary: `removeObserver()` called `ThreadPoolExecutor::addObserver()` instead of `removeObserver()`, so removing an observer actually re-registered it.
Reviewed By: uvdn7
Differential Revision: D113780925
fbshipit-source-id: b809ee19c2aeafb41268a02b628b3192a695408c1 parent 9786278 commit 05fa8a2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
0 commit comments