mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
295bb09184
The event filter used two separate filter-conditions for "namespace" and "topic". As a result, both events matching "topic" and events matching "namespace" were subscribed to, causing events to be handled both by the "plugin" client, and "container" client. This patch rewrites the filter to match only if both namespace and topic match. Thanks to Stephen Day for providing the correct filter :) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
client_daemon.go | ||
client_daemon_linux.go | ||
client_daemon_windows.go | ||
client_local_windows.go | ||
errors.go | ||
io.go | ||
io_unix.go | ||
io_windows.go | ||
process_windows.go | ||
queue.go | ||
queue_test.go | ||
remote_daemon.go | ||
remote_daemon_linux.go | ||
remote_daemon_options.go | ||
remote_daemon_options_linux.go | ||
remote_daemon_process.go | ||
remote_daemon_process_linux.go | ||
remote_daemon_windows.go | ||
remote_local.go | ||
types.go | ||
types_linux.go | ||
types_windows.go | ||
utils_linux.go | ||
utils_windows.go | ||
utils_windows_test.go |