AJ Heller
AJ Heller
Re reasons for logout: That makes sense, thanks for the explanation. `hasManuallyLoggedOut`++. good idea. Re the widget patch: awesome. can't wait to see it.
Looking at the code as of commit 7567fb7, there's some `std::list` iterator invalidation going on. `account_t::amount` is being called before and after a call to `account_t::remove_post`, which modifies the post...
We're working on it! https://github.com/grpc/grpc/blob/master/include/grpc/event_engine/event_engine.h. It's a complicated thing to land cleanly on every platform that gRPC supports. We expect the work to be completed in 2022, with the first...
@AshfaqurIntel the release managers for the last four releases (1.47 through 1.50) have been notified, and patch-releases will be available soon.
I missed this update. Sure, I'll start the backport to 1.46. The backport is done and released in v1.50.0 and v1.49.2. I'll ping the release managers for v1.48 and v1.47,...
@psfoley it shouldn't be necessary. This affects the the gRPC core library, and gRPC doesn't use the affected APIs. Any zlib compression you do in your Python application will rely...
Quick update: the package builds for 1.46 through 1.48 need to be fixed, the CI system has drifted a bit since then. We're still working on backporting fixes to get...
Update: the 1.46.6 release is available, build issues have been resolved. I've pinged the release managers again for 1.47 and 1.48 again. Apologies for the delay, gRPC releases are fairly...
We now have the zlib library upgraded in patch releases from v1.46 onwards. This job is done.
Thanks for confirming!