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
My subscription class have nested objects. The first level asynchronous resolver working perfectly. The second level breaks subscription request and not produce any response.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
My subscription class have nested objects. The first level asynchronous resolver working perfectly. The second level breaks subscription request and not produce any response.
Ok:
{ async { sync } }
Breaks:
{ async { async } }
I created a test project with examples above:
https://github.com/art1415926535/async_subscription_error/blob/master/test.py
The text was updated successfully, but these errors were encountered: