akkadotnet / Akka.Persistence.Sql

Linq2Db implementation of Akka.Persistence.Sql. Common implementation for SQL Server, Sqlite, Postgres, Oracle, and MySql.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Increase Async usage in ReadJournal Queries

to11mtm opened this issue · comments

commented

There are a few places in our read journal queries where we are using .ToList() instead of .ToListAsync() for fetching from the DB. These should probably be refactored to use the async methods and/or a more lazy form of evaluation.

commented

Closed by #10