Revert "feat: 把 A 端的 Session/KCP/视频/控制 都收口到一个本地 daemon 进程里,Django 和输入发送端都改成通过本机 UDS HTTP 去访问它,同时补齐了观测、性能和可用性上的几个关键问题。"

This reverts commit aca23e91d7.
This commit is contained in:
2026-04-01 22:15:47 +08:00
parent aca23e91d7
commit 1e828cc036
12 changed files with 325 additions and 242 deletions

View File

@@ -17,7 +17,6 @@ INSTALLED_APPS = [
'rest_framework',
'channels',
'monitoring',
'control',
]
MIDDLEWARE = [