Replies: 1 comment 2 replies
-
Just off the top of my head, I think if you subscribed to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i need such a hook do do some basic initialisation.
my current workaround is to have a global $server_started flag and put the stuff in a before_dispatch hook calling the init helper only the first time (when $server_started is not set to 1 yet)
unfortunately, the server is functional only after the first request (my server listens on some HL7-sockets after setup and should work without any requests to the rest-api)
Beta Was this translation helpful? Give feedback.
All reactions