Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Driver: Fix for busy-wait in WS thread. (#78)
Debugging work put forth by JellyWx and jtscuba suggests that this WS thread receive is ending up in a permanent failure loop. This adapts the timeout-less receive such that receive failures are properly propagated. This was tested using `cargo make ready` and using the `voice_storage` example (although I cannot repro the locking behaviour myself). Comments in #69 suggest this is fixed -- closes #69.
- Loading branch information