Closed
Description
Subj.
My current project was written on Tornado with async/await and I need to integrate google auth.
Looks like current "transport" system not so good for async/await environment because you call it outside and I can't call async methods inside.
Probably I can run request as an independent task on the loop but it ugly solution.
Thanks.