qri-io / qri

you're invited to a data party!
https://qri.io
GNU General Public License v3.0
1.1k stars 66 forks source link

fix(collection): make event handler use independent ctx #1993

Closed Arqu closed 2 years ago

Arqu commented 2 years ago

This makes the collection event handler independent of the normal request execution which sometimes caused canceled context due to the event being sent from a go routine attached to a http request.