-
Notifications
You must be signed in to change notification settings - Fork 8
Support for AsgiFastStream with AppWrapper ? #77
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
Comments
@yann-combarnous seems like it works correctly, just a type hints problem |
That’s correct. On a side note, I also noticed async generator functions also had a type hint issue. |
Can you create a PR to fix it? Or give me more information about the problem, please (link to the code line or smth) |
Will check out latest version tomorrow, and create PR if needed. |
@Lancetnik , PR added here: #84 |
Currently, the following errors out, saying that
AsgiFastStream
is not supported byAppWrapper
.It would be nice to be able to monitor the broker is alive like regular FastSteam broker, for instance with:
Or maybe by applying asgi to
taskiq_broker
The text was updated successfully, but these errors were encountered: