RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
-
Updated
Jul 20, 2021 - Java
Using:
SwiftLinkPreview 3.3.0
Xcode 12.4
Issue:
Invalid response image attribute in case of any GitHub URL.
Reproduce By:
Request URL:
https://github.com/LeonardoCardoso/SwiftLinkPreview
Response Wrong Attribute:
image: Optional("https://github.githubassets.com/images/search-key-slash.svg")
Should be:
image: Optional("https://ope
Add a description, image, and links to the flow topic page so that developers can more easily learn about it.
To associate your repository with the flow topic, visit your repo's landing page and select "manage topics."
The
window
operators should indicate if the returned Flux for each window is safe to subscribe to multiple times.Documentation Issue
I had a data processing pipeline that I introduced batching to, using the
window
operator. In this pipeline, it will retry a batch if it faces a transient error. When batching was added, and it retried, I saw a failure of `IllegalStateException: UnicastP