Raas Ahsan
Raas Ahsan
Now that we have ember-server WebSocket support, it shouldn't be much of a lift on the backend to build client support for it. I anticipate a bit of work around...
Supersedes #2289 and #2300. Just to summarize a bunch of GitHub issues and Gitter conversations around fs2/http4s: the main objective here is to arrive at a safe, network API which...
Intends to fix #2289. Relevant Gitter conversation located here: https://gitter.im/functional-streams-for-scala/fs2?at=6035dec142f30f75c7c35746 So, the idea here is that the lifecycles of server sockets and client sockets have independent lifecycles, so it should...
On 2.5.x, the return type for `serverResource` is: ```scala Resource[F, (InetSocketAddress, Stream[F, Resource[F, Socket[F]]])] ``` On the latest 3.x milestone, the return type is now: ```scala Resource[F, (SocketAddress[IpAddress], Stream[F, Socket[F]])]...
I'm starting to explore some preliminary ideas for an fs2-oriented `Queue`. FS2 provides an integration with the Cats Effect Queue, but it is neither stream- nor chunk-aware, so there are...
I came across a failing prop for `StreamMergeSuite` while trying to debug some platform-specific issues related to CE3. ``` ==> X fs2.StreamMergeSuite.merge - left/right failure - 2 - never-ending flatMap,...
I don't think we have a documentation issue for this one. We should be able to backport anything we write about `TestContext` to CE2 as well.
They've changed to `io-compute-` during the refactors. We should probably try to get the old names back
I'm unhappy about the `allocated` call we're making for the `Dispatcher`, so we should probably gauge feasibility for getting graceful shutdowns.
I'm going to start making issues for these so I can look at them in more detail some time. ``` ==> X org.http4s.client.blaze.Http1ClientStageSuite.Use User-Agent header provided in Request 0.011s munit.FailException:...