Commit 9606936
authored
AsyncServiceBrowser must recheck for handlers to call when holding condition (#483)
- There was a short race condition window where the AsyncServiceBrowser
could add to _handlers_to_call in the Engine thread, have the
condition notify_all called, but since the AsyncServiceBrowser was
not yet holding the condition it would not know to stop waiting
and process the handlers to call.1 parent 9c06ce1 commit 9606936
1 file changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
218 | 221 | | |
219 | 222 | | |
220 | 223 | | |
| |||
0 commit comments