Browse Source

Minor change

Cesar Rodas 5 months ago
parent
commit
55fc9251b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      crates/cdk-sqlite/src/mint/async_rusqlite.rs

+ 1 - 0
crates/cdk-sqlite/src/mint/async_rusqlite.rs

@@ -225,6 +225,7 @@ fn rusqlite_worker_manager(
                 };
 
                 let _ = send_sql_to_thread.send((conn, sql, reply_to));
+                continue;
             }
             DbRequest::Begin(reply_to) => {
                 let (sender, mut receiver) = mpsc::channel(SQL_QUEUE_SIZE);