Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1629529 - fix shutdown dispatch assert in WebrtcTCPSocket. r=bwc
If we're shutting down and mSocketThread is no longer accepting work, this dispatch can fail. As far as I can see, fully fixing this would require changes to nsIThread in order to allow checking whether the thread is shutting down. Differential Revision: https://phabricator.services.mozilla.com/D71964
- Loading branch information