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
As an application using tornado web server and python 2.7, the Braintree apis block the main execution Thread. Is there any plan to support coroutines?
The text was updated successfully, but these errors were encountered:
We should probably add support for asyncio since it's part of Python 3, but I'm not sure it makes sense to add methods that are specific to Tornado. Is there not an easy way to wrap the methods in the Tornado framework?
Is there a plan to add support for asyncio? We'd be really interested in it, we also use Tornado for our server side and have to resort to using Tornado.concurrent.run_on_executor.
Hey @Jayanth1991 we've got no new news at this point about adding async support to our Python SDK, but it is on our roadmap to investigate. As always, PRs are welcome!
General information
Issue description
As an application using tornado web server and python 2.7, the Braintree apis block the main execution Thread. Is there any plan to support coroutines?
The text was updated successfully, but these errors were encountered: