Skip to content

Release lmax-python-sdk v4.0.13

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 20:13
· 11 commits to main since this release
♻️ (ws_client.py): remove unnecessary lock during subscription resending

The lock around the subscription resending is removed to simplify the code. The lock is unnecessary in this context because the WebSocket connection is already established and authenticated, ensuring that no other thread can interfere with the subscription process at this point. This change improves code readability and reduces potential deadlock scenarios.