what would cause a krpc call to just hang? it esta...
# kotlinx-rpc
a
what would cause a krpc call to just hang? it establishes the connection but then just hangs
a
Million different reasons, no way to say by just this description Any reproducer?
a
its happening in a big project I am failing to recreate a minimal reproducer at the moment. So, even I am lost on how to reproduce But if I restart a couple of times, it stops hanging
a
Latest version?
a
I am on krpc 0.10.1 and ktor 3.3.3
a
In this case it's hard to so, we didn't have any other reports, and can't reproduce it for now
a
I will keep trying to reproduce it and report here
thank you color 1
n
Maybe your backend is crashing? At least early crash makes rpc client hang: https://github.com/Kotlin/kotlinx-rpc/issues/506
a
I think this is probably the issue. Thanks for bringing it to my attention