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.
It is my first time contributing so I am not sure I did it properly.
If the code change is acceptable, would you consider having an intermediate version for it, since this is a bug fix?
Hi,
We have been starting to porting existing Flask code to an asyncio based server (Quart).
Part of it makes use of the Jinja Native environment.
The render_async works very well, but not in conjunction with Native.
Here is replicable code in a
python -m asyncio
console:Expected:
In Native mode, instead of forcefully concatenating outputs as strings, outputs of the
render_async()
should be on par with therender()
Environment:
The text was updated successfully, but these errors were encountered: