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
Since Axum 6.0 it's possible to use State instead of Extension to avoid runtime errors (see tokio-rs/axum#1155). I was wondering if the same could possibly be implemented for ReadableSession/WritableSession.
The text was updated successfully, but these errors were encountered:
Since Axum 6.0 it's possible to use
State
instead ofExtension
to avoid runtime errors (see tokio-rs/axum#1155). I was wondering if the same could possibly be implemented forReadableSession
/WritableSession
.The text was updated successfully, but these errors were encountered: