-
Hello, I am trying to subscribe to ControllerArgumentsEvent. this works great in a development environment but unfortunately not in Lambda. There the event subscribers are ignored. Can you please tell me why this happens? Do I need to handle event subscribers differently in bref? Thank you for your help!
|
Beta Was this translation helpful? Give feedback.
Answered by
wysow
Jan 18, 2023
Replies: 1 comment 4 replies
-
Hello, I think this kind of subscriber is run in the kernel terminate process, which can't run on lambda because the virtual machine kills the process immediately after the response is sent. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Evoolo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I think this kind of subscriber is run in the kernel terminate process, which can't run on lambda because the virtual machine kills the process immediately after the response is sent.