mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 01:42:13 +08:00

We currently cancel the context when the adapter function is done. We should wait for the entire handler we're wrapping to finish before cancelling our context.