mandrewcito / signalrcore

SignalR Core python client
https://mandrewcito.github.io/signalrcore/
MIT License
115 stars 53 forks source link

on_reconnect event is not triggered #100

Open InduGirish opened 1 year ago

InduGirish commented 1 year ago

I have an issue with the automatic reconnect when there is connection close event occurs. The on_reconnect callback is not getting triggered and so I'm unable to send the invoke message when the connection is reopened.

Is the feature on_recnnect (#60) is implemented completely in python? If so, can you pls guide me to resolve it. If anyone had faced this issue, pls share your solution.