-
If other handler thread is executing SQL writing task, will this exception crash entire application? |
Beta Was this translation helpful? Give feedback.
Answered by
an-tao
Aug 21, 2024
Replies: 1 comment
-
Any exception in the IO thread that escapes from the user handler will be caught by drogon and handled in a global function. Users can use the setExceptionHandler method of drogon::app() to customize the handling process. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shar0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any exception in the IO thread that escapes from the user handler will be caught by drogon and handled in a global function. Users can use the setExceptionHandler method of drogon::app() to customize the handling process.