Ondrej Lehecka
Ondrej Lehecka
In the current api we have a method `Flowables::fromPublisher(OnSubscribe);` ` OnSubscribe = std::function;` In the body of the OnSubscribe lambda the user is required to call `subscriber->onSubscribe(subscription)` before calling any...
1. today the server doesn't communicate whether it will honor the resumability 2. on refused resume, the connection should be used to establish a new socket instance. We don't do...
similar to next_adapt_steram, adding complete_adapt_stream
The HttpClient can be initialized with a ServerName(string) or ServerAddress (IPAddress). In the first case the underlaying Client will use DNS lookup to translate the name to the IP address....