feat: improve all connection types

This commit is contained in:
LukeGus
2026-05-13 17:44:13 -05:00
parent 84a8dfa050
commit 5bf59f87c0
38 changed files with 2661 additions and 952 deletions
+1
View File
@@ -1580,6 +1580,7 @@ wss.on("connection", async (ws: WebSocket, req) => {
JSON.stringify({
type: "disconnected",
message: "Connection lost",
graceful: true,
}),
);
}