Skip to content

Commit af1c7c4

Browse files
committed
drop user states lock early
1 parent 2e229b4 commit af1c7c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/batcher/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,7 @@ impl Batcher {
10751075
U256::MAX
10761076
};
10771077
drop(usr_lock);
1078+
drop(user_states_guard);
10781079

10791080
send_message(
10801081
ws_conn_sink.clone(),

0 commit comments

Comments
 (0)