::createListeners() is never reached #2268
carculator
started this conversation in
General
Replies: 1 comment 1 reply
-
SInce I got now answer, I switch from Drogon to Crow - thank you |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
When I start the app on my W10 dev computer, this is the trace output:
20250224 14:57:27.966000 UTC 9280 TRACE [run] Start to run... - HttpAppFrameworkImpl.cc:526
20250224 14:57:28.044000 UTC 9280 TRACE [createListeners] thread num=2 - ListenerManager.cc:84
However, on various other windows PC´s the application quits after
Run...
20250224 14:57:27.966000 UTC 9280 TRACE [run] Start to run... - HttpAppFrameworkImpl.cc:526
without ever reaching the second line, the application quits !
Any hints ?
Beta Was this translation helpful? Give feedback.
All reactions