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 FluxTake #3

Closed tsachev closed 6 years ago

tsachev commented 6 years ago

Previously take operator did not complete after receiving n values.