swoft-cloud / swoft-component

📦 This is a repository of centralized management of all swoft core components
https://www.swoft.org
Apache License 2.0
97 stars 107 forks source link

Global event listener bug fix. #584

Closed phpmathan closed 4 years ago

phpmathan commented 4 years ago

When registering a listener to capture all events (ie., *) some events not captured like swoft.http.server.request.before, swoft.http.server.request.after etc., because in EventManager->trigger() event got returned when $shouldCall is empty.

Made a minor fix for the above-mentioned issue.