Raas Ahsan
Raas Ahsan
@matthughes I've seen `Broken pipe` errors occur when trying to write to a socket that has already been closed. I've seen this in other tests as well, which may be...
Sounds like a plan ! @amesgen whenever you have some time, could you open a branch in the http4s repo with the relevant interfaces based off `series/0.22` (or whatever makes...
Can we open issues for each library/class we'd like to port to `std`?
I'm happy to start work on it wherever you think is the best home for it. I think I read in passing on Gitter that more effort is being placed...
Sounds good, I'll try to get started on something this week. In terms of language, do you have a preference for what the QUIC implementation should be written in? This...
> I think it's highly unlikely you'd get better performance out of a Java library than a Scala library. I mentioned this because I did recently encounter some Scala usage...
So, I think this is going to be nontrivial at best. The problem is that the `Dispatcher` can be called on `ExecutionContext`s which are not necessarily bounded to the lifetime...
@yanns I wasn't descriptive enough in the issue, I was actually referring to an `allocated` in `BlazeServerBuilder`, which is necessary for reasons listed above. The `allocated` in tests is less...
Reopening because we've also seen this particular bug pop up again on the 0.21.x series, going to spend some time looking into it
I'll add a followup to do this for the Ember Server implementation of WebSockets as well