spring-attic / reactor-core-js

The Reactive-Streams based implementation of Reactor-Core in Javascript
Apache License 2.0
51 stars 9 forks source link

Fix Flux.doOnComplete bug #12

Open tsachev opened 6 years ago

tsachev commented 6 years ago

Previously doOnComplete resulted in infinite recursion on completion. Added tests for FluxDoOnLifecycle.