Skip to content

Commit 4b53875

Browse files
author
Jicheng Lu
committed
change status
1 parent c6f66b8 commit 4b53875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Infrastructure/BotSharp.Core.Realtime/Websocket/Chat/BotSharpRealtimeSession.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public async Task Disconnect()
6868
{
6969
if (_websocket.State == WebSocketState.Open)
7070
{
71-
await _websocket.CloseAsync(WebSocketCloseStatus.NormalClosure, null, CancellationToken.None);
71+
await _websocket.CloseAsync(WebSocketCloseStatus.Empty, null, CancellationToken.None);
7272
}
7373
}
7474

0 commit comments

Comments
 (0)