sanic-org / sanic-ext

Extended Sanic functionality
https://sanic.dev/en/plugins/sanic-ext/getting-started.html
MIT License
50 stars 36 forks source link

Fix late dependency registration #228

Closed ahopkins closed 11 months ago

ahopkins commented 1 year ago

Fixes the issue where an early request before after_server_start is complete a dependency injection will fail.

Requires: https://github.com/sanic-org/sanic-routing/pull/76 Requires: https://github.com/sanic-org/sanic/pull/2822