Arthur Krukowski
11/11/2024, 1:50 PMAbortError
. In our logic, we make multiple requests and then read data from the BodyReadChannel
. Sometimes, we need to cancel the recent requests, and at this point that the error randomly occurs somewhere inside the Ktor library. Maybe someone can tell if this is a known issue, or we should report this?
Uncaught (in promise) AbortError: BodyStreamBuffer was aborted
at InvokeOnCancelling.handler_1 (JsClientEngine.kt:48:1)
at protoOf.invoke_py2q9a_k$ (JobSupport.kt:1571:1)
at notifyCancelling (JobSupport.kt:365:1)
at tryMakeCompletingSlowPath (Standard.kt:158:1)
at tryMakeCompleting (JobSupport.kt:894:1)
at cancelMakeCompleting (JobSupport.kt:727:1)
at protoOf.cancelImpl_465b6c_k$ (JobSupport.kt:698:1)
at protoOf.cancelInternal_fraw7c_k$ (JobSupport.kt:663:1)
at protoOf.cancel_hkmm2i_k$ (JobSupport.kt:648:1)
at InvokeOnCancelling.handler_1 (HttpClientEngine.kt:103:1)
e5l
11/11/2024, 1:52 PMArthur Krukowski
11/11/2024, 1:55 PMe5l
11/11/2024, 1:55 PMArthur Krukowski
11/11/2024, 1:55 PMRok Oblak
01/20/2025, 5:42 PMArthur Krukowski
01/21/2025, 8:18 AM