Commit eb686b0
authored
DPL: avoid busy looping when in Idle state (#4481)
Under certain conditions (most notably when an enumeration was provided and
the device switched to "Idle" state) the libuv integration mistaken ly
considered as activity any further enumeration, resulting in a busy loop. This
makes sure we always UV_ONCE (i.e. wait for an external event) when in
StreamingState::Idle.1 parent dc5076b commit eb686b0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| |||
0 commit comments