change status
This commit is contained in:
parent
c6f66b8227
commit
4b53875718
|
|
@ -68,7 +68,7 @@ public class BotSharpRealtimeSession : IDisposable
|
||||||
{
|
{
|
||||||
if (_websocket.State == WebSocketState.Open)
|
if (_websocket.State == WebSocketState.Open)
|
||||||
{
|
{
|
||||||
await _websocket.CloseAsync(WebSocketCloseStatus.NormalClosure, null, CancellationToken.None);
|
await _websocket.CloseAsync(WebSocketCloseStatus.Empty, null, CancellationToken.None);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue