Franz Busch
Franz Busch
To add to what @Lukasa said there should be no memory leak at this point though. Once you drop the `responseStream` and its deinit gets called everything should get cleaned...
You don't need a new gRPC release to pick up the new NIO version. You just have to update your packages by either doing a `Update to latest package versions`...
IMO if we are going to make the interceptors fully async this problem should go away and we should just be able to forward the async sequences.
> Right, if we model interceptors as async sequences this would be solved. This is very easily doable in the futures world too though, unclear if required. I let @glbrntt...
I just wanted to point out that `Result` is the spelling we used most across the project. Personally I am not a fan of seeing `Type` in generic names. But...
One more point of reference the `Mutex` proposal also uses `Result` ``` public borrowing func withLock( _ body: (transferring inout State) throws(E) -> transferring Result ) throws(E) -> transferring Result...
We have just started using App Mesh. IMO the feature of backend groups or default connectivity between services would be great. We have a lot of services and defining each...
@swift-server-bot add to allowlist
@swift-server-bot test this please
> I agree here as well. However, if we decide that Histogram should be generic, we should probably make `Counter` and `Gauge` generic as well. wdyt? Not sure. When would...