Add reconnect logic help link

syseng_tweaks
Tyler Goodlet 2021-04-23 11:12:54 -04:00
parent 9c3f8ff050
commit 7b8c482719
1 changed files with 4 additions and 0 deletions

View File

@ -341,6 +341,10 @@ def make_sub(pairs: List[str], data: Dict[str, Any]) -> Dict[str, str]:
class AutoReconWs:
"""Make ``trio_websocketw` sockets stay up no matter the bs.
TODO:
apply any more insights from this:
https://support.kraken.com/hc/en-us/articles/360044504011-WebSocket-API-unexpected-disconnections-from-market-data-feeds
"""
recon_errors = (
ConnectionClosed,