You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generated AsyncAPI example and payload is incorrect if dependency on parent class is used. See example below on what I mean, the function info depends on something of type One, but my subscriber requires Two. However, the generated AsyncAPI claims the subscriber takes One as argument.
Describe the bug
Generated AsyncAPI example and payload is incorrect if dependency on parent class is used. See example below on what I mean, the function info depends on something of type One, but my subscriber requires Two. However, the generated AsyncAPI claims the subscriber takes One as argument.
How to reproduce
Include source code:
Now run faststream docs serve app:app, and the included example is
The text was updated successfully, but these errors were encountered: