-
Updated
Dec 22, 2021 - Java
reactive-streams
Here are 452 public repositories matching this topic...
-
Updated
Dec 23, 2021 - Java
-
Updated
Sep 14, 2021 - Java
-
Updated
Dec 21, 2021 - Swift
-
Updated
Dec 23, 2021 - Java
-
Updated
Dec 25, 2021 - Scala
When using HttpClient.proxyWithSystemProperties, it is not currently possible to define a proxy configuration to a proxy server that requires authentification.
-
Updated
Dec 28, 2021 - Scala
-
Updated
Dec 23, 2021 - Scala
-
Updated
Dec 23, 2021 - Scala
-
Updated
Nov 12, 2021 - Java
-
Updated
Dec 27, 2021 - Scala
-
Updated
Aug 16, 2021 - Scala
-
Updated
Dec 26, 2021 - Java
-
Updated
Dec 5, 2021 - Swift
-
Updated
Aug 22, 2021 - Swift
-
Updated
Dec 17, 2021 - Java
-
Updated
Dec 28, 2021 - Java
BufferInputStream does not implement mark/reset methods of the InputStream, while we can. We should implement it to make it close to ByteArrayInputStream and ByteBufInputStream (from netty) behavior.
-
Updated
Dec 17, 2021 - Java
-
Updated
Dec 3, 2021 - Java
-
Updated
Nov 17, 2021 - Java
Problem or use case
The client is currently only logging errors and warnings. For debugging purposes and during application development, it would be very useful to also have logs detailing the message flow.
Preferred solution or suggestions
TRACE level logging for incoming and outgoing MQTT control packet types, e.g., PUBLISH, SUBSCRIBE, PUBACK, SUBACK.
-
Updated
Dec 26, 2021 - Scala
-
Updated
Dec 17, 2021
-
Updated
May 19, 2020 - JavaScript
The RS TCK tests are currently present in the mutiny module test suite. We've had to develop a small shim in reactive-streams-junit5-tck to run the TCK (based on TestNG) in JUnit5.
We should instead:
- remove
reactive-streams-junit5-tck, - introduce a module for running the RS TCK tests
- move our existing tests here, and make them TestNG tests again
- use https://github.com/tes
We make sure in the CI configuration to build with jdk8, but it would be safer to specify this in the build (javacOptions/scalacOptions) explicitly.
-
Updated
Dec 7, 2021 - Swift
Improve this page
Add a description, image, and links to the reactive-streams topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reactive-streams topic, visit your repo's landing page and select "manage topics."
Currently the reference guide #content div has
max-width: 62.5emset.This is a bit on the low end for large screens in landscape mode, and could instead be set to eg.
60%.Beyond that the rendering is starting to feel too large for paragraphs, but at 60% most large codeblocks read far better.
For phones, detecting portrait orientation and setting the
max-widthto100%would also be a