Update README.md

This commit is contained in:
Mohammad Taha Ranjbar Shirazi 2026-05-23 16:59:12 +03:30
parent b24616c150
commit b9f145836e

View File

@ -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