Richard Belleville
Richard Belleville
I believe your question is about a separately owned and maintained project: https://github.com/Tradias/asio-grpc Feel free to reopen if I'm mistaken.
How are you building this? Are you able to provide exact repro steps? It looks like the issue is a failure to resolve the `libc` function `rand` (with a Windows-specific...
@Chise1 Can you confirm how much you saw the memory increase over time? Does the increase level off? Or does the memory increase monotonically over time?
@nipil Can you please provide some more details on the exact use case that this solves?
Nevermind, [I see now](https://github.com/grpc/grpc/blob/2aa1b6479f900ae9eaafbf0876567920308808cf/src/core/lib/iomgr/systemd_utils.cc#L34).
Yes. This is something I'm actively working on. After a chat with the Bazel Python lead though, this is likely to require a change to `rules_python` first. Stay tuned.
@TimoPtr We cannot rely directly on `rules_python` within the gRPC library since the end user application is in control of the naming of external libraries. The solution here will be...
@sourabhsinghs Can you please help shepherd this CL to be imported. Kannan is new to this repo and will likely need some help to make it happen.
@XuanWang-Amos Are we still skipping the Bazel 7 tests?