Skip to content

Commit

Permalink
Notify all waiting connections on transaction end
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinPostma committed Nov 20, 2023
1 parent b0c05e0 commit 9fbdedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsql-server/src/connection/libsql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ impl<W: WalHook> Connection<W> {

drop(maybe_state_slot);

state.notify.notify_one();
state.notify.notify_waiters();
}
// nothing to do
(_, _) => (),
Expand Down

0 comments on commit 9fbdedb

Please sign in to comment.