fix: unify frontend and backend Socket.io protocol for WebSocket connection

This commit is contained in:
yczpf2019
2026-01-24 18:15:34 +08:00
parent caebc6595e
commit 49d6ec88f0
3 changed files with 288 additions and 260 deletions

View File

@@ -129,6 +129,7 @@
{
"path": "/web-socket/socket.js",
"require": [
"io",
"Mixly.Env",
"Mixly.Config",
"Mixly.MJson",
@@ -140,4 +141,4 @@
"Mixly.WebSocket.Socket"
]
}
]
]