Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It was possible when running the dbus in single thread mode that dbus signals could get lost. This was occurring due to a race in connecting to the signal vs when the signal was posted. Since the ConnectToSignal would fire on a PostTask but the processing of signals would happen directly this could cause a situation where a signal was in the task queue but the ConnectToSignalInternal call was after it. BUG=451098 Review URL: https://codereview.chromium.org/868753003 Cr-Commit-Position: refs/heads/master@{#312843}
- Loading branch information