From b9f145836eef0729c19dd862a860f42382eb5371 Mon Sep 17 00:00:00 2001 From: mtrshirazi21 Date: Sat, 23 May 2026 16:59:12 +0330 Subject: [PATCH] Update README.md --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index ac086ec..b4e0080 100644 --- a/README.md +++ b/README.md @@ -389,7 +389,6 @@ WebSocket closed with code 1008 POLICY VIOLATION # Architecture Notes - All streams are asynchronous -- Redis Pub/Sub is used internally - Data is pushed only on updates - Multiple contracts can be subscribed simultaneously - Connections remain active until disconnected @@ -404,8 +403,6 @@ For production-grade integrations: - Implement automatic reconnect logic - Enable WebSocket heartbeat -- Use asynchronous processing pipelines -- Queue incoming messages internally - Configure proper timeout handling - Monitor connection lifecycle - Handle transient disconnects gracefully @@ -462,15 +459,6 @@ asyncio.run(connect()) --- -# Technology Stack - -- FastAPI -- Redis Pub/Sub -- AsyncIO -- WebSocket Protocol -- Real-Time Streaming Infrastructure - ---- # HedgeTech