exception handling
# coroutines
j
exception handling
a
Thanks.I tried to try catch that
val response = bg{ get(url) }.await()
, but still nothing happens. Any advice?
j
Hmm... maybe some logging in
get
? I still suspect it's throwing an exception.
a
I see your point, gonna try, thanks!
@jw You got it 100% right! I am currently adding a missing test for the
get()
😂