David Larsson

Results 10 comments of David Larsson

I have a similar problem and I suspect it's the same bug. In my case I use skunk via cats-interop and the tests usually hangs in the end of each...

Found my issue (mentioned above) now and it's not the same as this, so I will file a new issue... Sorry for hijacking this case! :smiley:

FYI We merged in json appender support to zio-logging today, that might solve your problem in another way. You can add annotations etc to the log format and it will...

I get the same error when I update to Scala 3. I did some debugging of the native build. The problem is https://github.com/lampepfl/dotty/issues/13568 and could probably be fixed by replacing...

Not sure I understand how ctx.read() can be called from AsyncBodyReader as it has be called from the consuming side of the queue. So it's probably to complex for me...

I tried locally with queue.size.map(_ < 4096) and it can be a lot of data since the chunks in the queue can be big in some cases. Maybe we should...

It feels like the buffering before #3060 was meant to be maximum 4096 bytes, but was really max 4096 chunks which is not what we want, I guess... On the...

Is there anything else I need to do to get this reviewed? Regards David

Great, thanks! Could you please merge this before the next release?