forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[remoting host] Fix bugs in MojoIpcServer
* Fix a bug such that MojoIpcServer doesn't remove a connection from active_connections_ when the IPC is closed remotely. * Keep sending invitations when OnMessagePipeReady() is called with a failing result, which can happen if the remote process has exited/crashed before the pending remote is bound. Change-Id: Ib359b62f7f89acea0994bf1d8020e3e3b773bbc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3230238 Reviewed-by: Joe Downing <joedow@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/main@{#933133}
- Loading branch information
Showing
3 changed files
with
64 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters