Julien Hoarau
Julien Hoarau
`satisfiesContract` shouldn't fail if the implementation has an additional non-required parameter. At the moment we get an error: ``` org.assertj.core.api.SoftAssertionError: The following assertion failed: 1) [Checking parameters of 'GET' operation...
`auto_reconnect` can't be used with a connection with a pubsub subscription if the connection uses a password or specific db. ``` Traceback (most recent call last): File "/usr/local/Cellar/python3/3.4.3/Frameworks/Python.framework/Versions/3.4/lib/python3.4/asyncio/tasks.py", line 238,...
It would be nice if each operator Javadoc could clearly define the backpressure behaviour. RxJava does something like this, e.g. http://reactivex.io/RxJava/javadoc/io/reactivex/Flowable.html#flatMap-io.reactivex.functions.Function-