DEV Community

Discussion on: SignalR core python client: A simple Chat Hub Client

Collapse
 
samy0392 profile image
Samer Abbas

I have looked at the link. The only thing I see is to add run_forever, but you already have that in base_hub_connection.

run_forever seems to work when network cable is disconnected but it only tries to reconnect for approx 1 minute, and it also gives a websocket error after 1 min.

Thread Thread
 
mandrewcito profile image
Andrés Baamonde Lozano

This weekend i was working on it, during this week. I will update library with "ondisconnected" method to configure reconnection. I tried to do that simplest way. I will explain the implementation on a post, to see if someone gives me feedback and improve that feature.