You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add abort controller signal for efficient resource cleanup (#507)
This commit adds a new field to `ctx.request`, that allows
to subscribe to attempt cleanup AbortSignal signals.
Use this to cleanup any externally held resources, like
database connections, etc'.
0 commit comments