Vsevolod Tolstopyatov
Vsevolod Tolstopyatov
Hi Louis, I'm back from vacation, so expect much more timely responses now. Before discussing the API, let me express my general concerns about the push model -- it's both...
Also, if you don't mind, it would be really nice if we could continue our discussion on the corresponding issue (#3274) -- it's much easier to keep track of, it's...
It would be really helpful if someone could add a reproducing project. Mismatched versions shouldn't be an issue since #2952, so it's probably something else that we potentially can workaround...
We still need the reproducer in order to fix the issue, or at least to report it to the responsible party. It works in general setups, but for some Android...
Terminal operators on `SharedFlow` never return normally. This is an open question for us whether we want to maintain the set of _all_ terminal operators as deprecated extensions on `SharedFlow`...
We indeed have a split package: * One in `kotlinx-coroutines-debug` module that has a user-facing [experimental] API for dynamic debug probes attach/detach and programmatic work with a debugger. * One...
Meanwhile, it seems like I've found a workaround for JPSM-projects: the project has to declare an additional module, e.g. `fleet-coroutines-debug` that has to repackage, shade and export `kotlinx-coroutines-debug` under a...
We already discussed it, it won't be "fixed" in 1.7.0, because such change should be processed with proper deprecation cycle; unfortunately, we cannot just change the package, neither we are...
So basically we are postponing this feature until #254 and then we (probably) will be able to provide a consistent API for both cold and hot streams. We will keep...
Do you have a real-world problem where a performance-critical code is dominated by the lock contention in `ArrayChannel`?