Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix potential freezes and crashes in instant connect/disconnect scena…
…rios couple things discovered from network issues causing instant connect/disconnect: - Join() could block forever in some cases, so try to slam shut first and not block the wpf dispatcher - captureThread could be nulled out while dispose was executing on other thread
- Loading branch information