Update README.md
This commit is contained in:
parent
b24616c150
commit
b9f145836e
12
README.md
12
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user