fix: recover client control connection safely

This commit is contained in:
2026-08-13 06:25:51 +00:00
parent eabbda3c3a
commit 62a0f24437
5 changed files with 228 additions and 53 deletions
+1
View File
@@ -7,6 +7,7 @@ RUN pip wheel --no-cache-dir --wheel-dir /wheels .
FROM builder AS test
RUN pip install --no-cache-dir /wheels/*.whl
COPY tests ./tests
COPY scripts ./scripts
CMD ["python", "-m", "unittest", "discover", "-s", "tests", "-v"]
FROM python:3.11-slim