-
Is there a way to use non-blocking error handler - preferably with a Kotlin suspending function? |
Beta Was this translation helpful? Give feedback.
Answered by
rjaros
Apr 3, 2024
Replies: 2 comments
-
the error handler will be non-blocking as long as you don't write blocking code. So yea, you want a kotlin suspend function. Please file a ticket for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jknack
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#3405