Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

async python support #81

Open
Trolldemorted opened this issue Mar 26, 2022 · 1 comment
Open

async python support #81

Trolldemorted opened this issue Mar 26, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Trolldemorted
Copy link

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.

@mandrewcito
Copy link
Owner

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 mandrewcito self-assigned this Mar 28, 2022
@mandrewcito mandrewcito added the enhancement New feature or request label Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants