Orgad Shaneh
Orgad Shaneh
@wyattfry @jackofallops anybody?
qbittorrent uses boost_system. I'm preparing a separate PR for that.
This is really annoying. @alexsomesan any progress?
Upstream PR pending: https://github.com/helm/helm/pull/31128
https://github.com/orgads/EventEmitter2/actions/runs/16186272369
@Mian-Ahmed-Raza Thank you. This is a possible workaround, but it is obviously not a solution. In my case, I don't call http2 directly, I use grpc-js, which internally uses http2....
By the way, if I initialize the client itself with async store, this value is shown for `response`: ```js let client; asyncLocalStorage.run({ session: 0 }, () => { client =...
Once again, I'm not using http2 directly. This is the relevant part in grpc-js: https://github.com/grpc/grpc-node/blob/67322057b214e17578717d86216fdf99036ba761/packages/grpc-js/src/subchannel-call.ts#L152 Do you suggest that I hook in it? How?
But I need all the google-cloud/google-gax/grpc logic, I'm not going to implement all of it because of a bug in node.
I realize my notes may have come across as offensive, and I truly appreciate your help. I had no intention of causing any offense. I'll try to debug node and...