File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v2.1.4] ( https://github.com/ably/ably-python/tree/v2.1.4 )
4+
5+ [ Full Changelog] ( https://github.com/ably/ably-python/compare/v2.1.3...v2.1.4 )
6+
7+ ### What's Changed
8+
9+ - Fixed handling of normal WebSocket close frames and improved reconnection logic [ #672 ] ( https://github.com/ably/ably-python/pull/672 )
10+
311## [ v2.1.3] ( https://github.com/ably/ably-python/tree/v2.1.3 )
412
513[ Full Changelog] ( https://github.com/ably/ably-python/compare/v2.1.2...v2.1.3 )
Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ async def test_normal_ws_close_triggers_immediate_reconnection(self):
481481 disconnected_retry_timeout = 500_000 ,
482482 suspended_retry_timeout = 500_000 ,
483483 tls = False ,
484- endpoint = proxy .endpoint ,
484+ realtime_host = proxy .endpoint ,
485485 )
486486
487487 try :
You can’t perform that action at this time.
0 commit comments