Eric Bottard
Eric Bottard
@cjr333 Could you please elaborate how you measured response time (ie what tool and config was used), that would be great.
Good to see we're narrowing down on where the problem lies. Thanks for looking at this! I'm not sure I have a good enough knowledge of RxPy to understand my...
Hi, I tried PR #469 with the following test: ```python def test_broken(self): numbers = of(7, 1, 3, 2, 4, 5, 0, 6, 8, 10, 9, 12, 11) numbers.pipe( op.group_by( key_mapper=lambda...
Thanks for your explanations! (although I'm not sure I understand them all ;-) ) I would expect the `take(3)` to act on the "outer" (ie groups) observable, and have no...
Resuming work on this thread, I am revisiting your last comments. Some clarifications I need to make, which I believe make your guidelines inapplicable to my case: - In my...
See also https://github.com/reactor/reactor-core/issues/1958
Sadly I don't think I have a simple to reproduce test-case for you. You can have a look at the implementation in the linked PR above, but you may not...
@rmichela We've got a workaround for now, namely bridging the reactive-grpc Flux with one that won't forward `cancel`s after `complete`.
By having projects depend on `-SNAPSHOT` in their `gradle.properties` (in particular, their dependency on core) we can achieve that by adding a new event trigger to the workflow we already...
See 47366256ca37af49e416ee553e2bbf19e6316f58