benoitc / gaffer

control, watch and launch your applications and jobs over HTTP.
Other
367 stars 34 forks source link

Fix/events #22

Closed benoitc closed 11 years ago

benoitc commented 11 years ago

This change simplify the event listener code by sending wildcards and patterns subscribed all at once. There is no real reason to send them in a different loop also the way we trigger thevent loop using an async worker may be a problem when both a wildcard and a simple event were subscribed.