David Walend
David Walend
I'm seeing a similar stack trace while using http4s with the - very frequently on one of six test networks (maybe 1 in 10), but rarely everywhere else - including...
There's a hint of something similar here: https://github.com/netty/netty/issues/7993 that I was able to follow to https://github.com/reactor/reactor-netty/commit/13fbcdac6b8cef66272eac691a63db68102b3e43 , but I'm a bit out of my depth here.
Becky - I haven't observed that, but haven't chased it either. Anecdotally I've not observed a request recovering on its own, but haven't looked for that. (Our data model handles...
Due to a bug at the netty/asynch-http-client boundary that showed up under load, we switched to https://jdk-http-client.http4s.org/stable/ to get the full proxy features. It's not as nice as having it...
This feature is critical for my work to getting Scala working on a (small, limited) ARM9. I'm writing control feedback loops, and every allocation I remove cuts the loop latency...
This may be out of scope for this feature request: Could we have an annotation that would warn us about any allocations within a block of code? I'm writing code...
@Rich2 - I believe that's the intent > an option for scalac
I fixed mine - Mac OSX 11.6.4 - Big Sur - was using zsh in the Terminal app. I changed that to bash in Terminal -> Preferences -> General ->...
Same problem in SHRINE. We need to be able to pass in the .conf file we want slick to use at a minimum, would prefer to pass in a Config...
It's fixed in 2.6.2-SNAPSHOT last December, but I don't see a 2.6.2 (not snapshot) release. (Looks like master is on 2.7.0-SNAPSHOT. Do you have plans to publish a non-snapshot with...