Private
Public Access
0
0

Antigravity is dog shit.

This commit is contained in:
2026-05-20 07:51:58 -04:00
parent 180dc167d2
commit e2305ff49a
15 changed files with 123 additions and 50 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ async def test_websocket_subscription_and_broadcast():
await asyncio.sleep(0.5)
try:
uri = f"ws://127.0.0.1:{port}"
uri = f"ws://127.0.0.1:{server.port}"
async with websockets.connect(uri) as websocket:
# Subscribe to events channel
subscribe_msg = {"action": "subscribe", "channel": "events"}