Arnaud Burlet

Results 21 comments of Arnaud Burlet

I also need flow control in oboe as I'm reading a big json file form disk to stream it to the network. @JuanCaicedo I think what you named `arg2` and...

Is it possible to go through the following states on the server side: `Idle -> OpenReceivingDataFirst -> Open -> HalfClosedRemoteSendingData`? If yes, can it happen that we land in `HalfClosedRemoteSendingData`...

My pleasure, thanks for having a look! As mentioned on gitter, I can't share the heap dump, but I'd be happy to do some screensharing or further data extraction if...

We mostly have request/response style, and a single reqeust with streaming response. From the heap-dump I assumed the issue was with a request/response style given that `maybeinlet` had not been...

Our client is akka-grpc, going through a couple of linkerd proxies. We don't touch any setting related to window size. Our responses are of varying sizes, and I'm pretty sure...

It is not urgent, thank you. I just wanted you to know, sorry I included so little details, here's more. Using sbt-prompt, and starting sbt from a git worktree, sbt...

We have this problem in cases where new consumers can be added anytime i.e., waiting for a certain number of initial subscriptions wouldn't fix anything. Our use case is as...

It might be worth considering https://github.com/akka/akka-grpc/issues/1109 when working on this

> Thanks for the PR! We can probably target this at `series/3.5.x` so it can be released sooner than later :) That would be great, is there anything I could/should...

I'm not sure how to handle bincompat, I've pushed a 2nd commit with an attempt to address it.