Commits
Branch selector
User selector
Commit History
Commits on Aug 7, 2024
♻️ (ws_client_async.py): refactor _process_queue to run concurrently with other tasks
Show description for 9e9c70ecommitted- committed
Merge pull request #7 from adradr/ws-asyncio
Show description for 41c79abauthored✅ (tests): remove high-frequency WebSocket sync test
Show description for d3bf868committedMerge pull request #6 from adradr/ws-asyncio
Show description for 9ef2d17authored✅ (tests): remove high-frequency WebSocket async test
Show description for f5d6234committedMerge pull request #5 from adradr/ws-asyncio
Show description for bea95dcauthored📝 (README.md): update code examples and add async websocket usage
Show description for d340bb1committed✅ (tests): add high-frequency message reception tests for sync and async WebSocket clients
Show description for 1283ff8committed✨ (lmax_python_sdk): add synchronous and asynchronous WebSocket clients
Show description for 17377fdcommitted
Commits on Jul 16, 2024
- committed
♻️ (ws_client.py): remove unnecessary lock during subscription resending
Show description for 21d94cfcommitted- committed
🐛 (ws_client.py): fix WebSocket reconnection logic and improve error handling
Show description for 27519d9committed- committed
♻️ (test_ws_client.py): refactor event loop handling in TestWebSocketServer
Show description for 67e8de8committed- committed
🐛 (client.py): add exponential backoff for 429 status code in authentication
Show description for 526796ccommitted- committed
- committed
♻️ (ws_client.py): refactor WebSocket client for improved stability and token handling
Show description for a8a5d58committed
Commits on Jul 15, 2024
- committed
- committed
Improve connection stability by changing the WebSocket client's ping_interval from 30 to 10 seconds, ping_timeout from 10 to 5 seconds, and adding a reconnect parameter to attempt reconnection ever…
Show description for 60181adcommitted- committed
🐛 (ws_client.py): handle 401 Unauthorized error in WebSocket client
Show description for 3815d4bcommitted
Commits on Jul 12, 2024
- committed
🔧 (workflows): replace docs.yml with release.yml for automated version bump and release
Show description for e20e4dccommitted- committed
✅ (pyproject.toml): add pytest and pytest-asyncio to dependencies
Show description for 6e862eccommitted✅ (CI): add pytest job to GitHub Actions workflow
Show description for b68bcf9committed
Commits on Jul 10, 2024
- committed
- committed
🐛 (ws_client.py): adjust WebSocket ping intervals and timeouts, add reconnect parameter
Show description for 761fe08committed- committed