- 
                Notifications
    You must be signed in to change notification settings 
- Fork 60
Open
Description
When negotiate_unix_fds is enabled on the MessageBus, the library starts leaking file descriptors.
This happens for example when an unhandled message is received, or if the message is handled by any of the builtin handlers which are not aware of file descriptor passing. The only way to avoid the leaks seems to be installing a custom message handler, which handles messages that need file descriptors, and close all file descriptors in message.unix_fds otherwise, so that they never get to the default handlers.
Metadata
Metadata
Assignees
Labels
No labels