signalrcore icon indicating copy to clipboard operation
signalrcore copied to clipboard

async python support

Open Trolldemorted opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. I have a larger async python app, and I'd like to establish signalr connections without blocking my event loop. To my best knowledge, right now using signalrcore methods would block my event loop, and thus block my entire app.

Describe the solution you'd like There is an interface that allows me to connect and send messages asynchronously. All handlers can be asynchronous functions.

Trolldemorted avatar Mar 26 '22 16:03 Trolldemorted

It will be a nice good feature. i will add it to the current roadmap. I think that "signalrcore.aio" will be a nice package path

mandrewcito avatar Mar 28 '22 21:03 mandrewcito