Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dbus channel: make 'close' message idempotent
It's theoretically possible that the user might send multiple 'close' messages to a D-Bus channel, which would have a chance to be delivered because the channel doesn't close immediately (but rather waits for outstanding requests to complete). This is a pretty theoretical bug but it's going to get worse when we modify how the router shutdown works in the next commit.
- Loading branch information