How to implement a callback after the HTTP service has successfully started, i.e., after calling uWS::App::run()? #1818
Unanswered
LetAmericaGreatAgain
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to implement a callback after the HTTP service has successfully started, i.e., after calling uWS::App::run()? I have tried the callback inside the listen function, but it does not get called after run() successfully starts the HTTP service. Instead, it gets executed before the run() method is executed.
Beta Was this translation helpful? Give feedback.
All reactions