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