DEV Community

Discussion on: SignalR core python client (V): Reconnecting Client

 
mandrewcito profile image
Andrés Baamonde Lozano

Yes,

Here are 2 examples of using the callback. There is no return value, websocket methods are not synchronous. To listen from a callback , you must wait for a message with your invocation id.

github.com/mandrewcito/signalrcore...
github.com/mandrewcito/signalrcore...