jazzdotdev / flute

The Application Framework Built for Powerful, Secure features and add-ons
17 stars 4 forks source link

returning response from first action of event #133

Closed aleksanderwlodarczyk closed 5 years ago

naturallymitchell commented 5 years ago

how does this work?

naturallymitchell commented 5 years ago

does the first action of the first event respond immediately, without running any other actions or events?

aleksanderwlodarczyk commented 5 years ago

The action output is assigned to lighttouch_response only when it is nil. So far it doesn't respond immediately.

naturallymitchell commented 5 years ago

ok. thx for explaining let's continue discussing in https://github.com/foundpatterns/lighttouch-base/issues/62