Commit Graph

1 Commits

Author SHA1 Message Date
Kyle Dixler c3898d85c3
Fix data race in plugin.Context
context.Request() raised data race warnings when run with the race
detector. This PR adds a lock to cancelFuncs access.
2023-03-31 07:15:11 -07:00