Sequential execution with @effect/sql and @effect/sql-libsql
Struggling a little bit with an interesting case in my app. I already isolated it to an own reproduction case.
I'm executing transactions with
@effect/sql
@effect/sql
in combination with
@effect/sql-libsql
@effect/sql-libsql
. Now, I encountered that the execution is blocking. I hooked up the logic into a simple HTTP request and as you can see in this video, the requests gets processed sequentially: