mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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.