refactor: use sse instead of ws for listener count

This commit is contained in:
2024-11-25 00:22:44 +00:00
parent 0ef8bc9e36
commit 087af66434
3 changed files with 81 additions and 80 deletions

View File

@@ -1,2 +1,4 @@
fastapi==0.111.1
websocket_client==1.8.0
fastapi==0.115.5
logger==1.4
Requests==2.32.3
sse_starlette==2.1.3