We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b69a03 commit 11e11e3Copy full SHA for 11e11e3
1 file changed
Lagrange.Milky/Event/MilkyWebSocketEventService.cs
@@ -138,6 +138,7 @@ private async Task CloseConnectionAsync(ConnectionContext connection, WebSocketC
138
_connections.Remove(connection, out _);
139
140
await connection.WsContext.WebSocket.CloseAsync(status, null, token);
141
+ connection.HttpContext.Response.Close();
142
143
_logger.LogWebSocketClosed(identifier, remote);
144
}
0 commit comments