AscendingCreations / AxumSession

Axum Session Management Libraries that use Sqlx
MIT License
136 stars 28 forks source link

Filter should be behind an Arc<RwLock<>> #66

Closed genusistimelord closed 9 months ago

genusistimelord commented 9 months ago

place filter behind a Arc<RwLock<>> as it will not get updated properly across threads.

genusistimelord commented 9 months ago

Fixed in Recent Commit.