-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Issues: Kotlin/kotlinx.coroutines
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Publisher.asFlow() sometimes fails to propagate thread context elements
bug
reactive
#4422
opened Apr 23, 2025 by
dkhalanskyjb
ChannelFlow with unfused flowOn does not update/restore ThreadContextElement after collect
bug
flow
#4403
opened Apr 2, 2025 by
Zincfox
withContext
ingnores cancellation from withTimeout
when the dispatcher cannot execute the body
bug
#4382
opened Mar 11, 2025 by
zuevmaxim
Can ListenableFuture.future() not unwrap CancellationException when needed?
bug
waiting for clarification
#4347
opened Feb 10, 2025 by
ParafeniukMikalaj
runBlocking doesnt block Main thread on iOS
bug
waiting for clarification
#4345
opened Feb 7, 2025 by
slipdef
limitedParallelism
does not propagate the full CoroutineContext
to the underlying dispatcher
bug
#4305
opened Dec 19, 2024 by
dkhalanskyjb
Android sample app mentioned in "Guide to UI programming with coroutines" doesn't exist
bug
guide
Issues with the coroutines guide on the website
#4243
opened Oct 4, 2024 by
tseglevskiy
[WASM] JsException: Exception was thrown while running JavaScript code kotlinx.coroutines.error_$external_fun
bug
#4213
opened Aug 13, 2024 by
Omico
Non-linearizable behavior in
cancel
+ awaitClose
inside of produce
bug
#4149
opened Jun 4, 2024 by
globsterg
BlockHound false positive in kotlin.jvm.internal.Reflection.renderLambdaToString
bug
#4128
opened May 13, 2024 by
OliverO2
ThreadLocal.asContextElement may not be cleaned up when used with Dispatchers.Main.immediate
bug
#4121
opened May 3, 2024 by
denis-bezrukov
Substantial mistake in documentation of Supervision
bug
guide
Issues with the coroutines guide on the website
#4004
opened Dec 29, 2023 by
DorBSoft
[K/JS] Continuation exception is unexpectedly propagated to the resuming coroutine
bug
js
#3976
opened Dec 7, 2023 by
francescotescari
Timeout not detected on newSingleThreadContext() when withTimeout wraps a blocking job
bug
design
#3875
opened Sep 2, 2023 by
OliverO2
Browser JS: One library might use the
WindowDispatcher
from another library and fail
bug
js
#3874
opened Sep 1, 2023 by
odzhychko
Suspected race condition in DebugProbes.install w.r.t. ByteBuddy
bug
debug
#3865
opened Aug 28, 2023 by
SanjayVas
Flow.cancellable() documentation still describes atomic cancellation instead of prompt cancellation guarantee
bug
docs
KDoc and API reference
#3803
opened Jul 11, 2023 by
mlemoine-clgx
SharedFlow random lose message when emit in cancelled coroutine
bug
flow
flow-sharing
#3774
opened Jun 7, 2023 by
wxbsocial
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.