It looks like you're new here. If you want to get involved, click one of these buttons!
kws = WebSocket("your_api_key", "your_public_token", "logged_in_user_id", reconnect=True, reconnect_interval=5, reconnect_tries=50)
2. kws.enable_reconnect(reconnect_interval=5, reconnect_tries=50)
reconnect_intervalandreconnect_intervalso at that time you might want to userreconnect_intervalmethod.