Louis Wasserman
Louis Wasserman
Let's assume that we did what you're saying: we invalidated the pending fetch. What exactly should the ongoing get() call from the other thread return? Restarting the load() call seems...
Okay. If I understand correctly, that stale value will never be stored, but will be returned from the get?
I don't think that's 100% obvious -- I suspect there are cases where you don't want the value-in-flight to be invalidated -- and I'd also expect this to require a...
Please do; I think we'd welcome contributions on this.
Can you give us more details about what specific UnsignedShorts methods you would personally need? Note that Java 8 added some unsigned type support, so I'm not sure we want...
We've been addressing this, and most immutable collection types are down to bimorphic now. We'll continue paying attention to this, though.
What is your server written in? Is it also using gRPC-Kotlin? I don't see any way changing your _client_ to gRPC-Kotlin could introduce `INTERNAL` errors.
How would you expect this to differ from just a part of the existing example? Is the intention just to have something shorter for users who don't need the full...
To be clear, when you mention disabling HTTP/2 flow control from Java, are you referring to disableAutoInboundFlowControl and the like?
We would certainly like to do this in the long term, but a unified Kotlin solution for protos that is compatible with the Java API, which is a pretty enormous...