Skip to content

Commit b4e2df5

Browse files
committed
fix(server): tts break logic
1 parent 896fcba commit b4e2df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server/api/src/ws/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ where
228228
"session_id = {},abort message = {:?}",
229229
session_id, abort_message
230230
);
231-
session.stop().await;
231+
session.new_round().await;
232232
}
233233
frame::Frame::Ping { data } => {
234234
info!("session_id = {},ping,len = {}", session_id, data.len());

0 commit comments

Comments
 (0)