Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-v1.8] vsp: Hardcode background ctx
The VSP client code was not handling contexts correctly. It was receiving short-lived contexts bound to the lifespan of a single RPC request, and using them to create feePayment instances. Most of the code in feePayment executes async, so should be running on a long-lived context such as context.Background(). Backport of 19f7ed1
- Loading branch information