You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove listener.cancel from RestateServerCall::close
Calling listener.cancel is problematic in the Kotlin case because
it terminates the Kotlin coroutine via an exception which will be
caught and triggers outputting the ErrorMessage.
0 commit comments