Mehmet Emrah Ozcelebi
Results
2
comments of
Mehmet Emrah Ozcelebi
this works also https://github.com/robinhood/faust/pull/227/files
I think by using the workaround mentioned in https://quart.palletsprojects.com/en/latest/discussion/async_compatibility.html this can be solved, but is looks dirty. After adding quart flask patch ```python import quart_flask_patch ``` the following code works....