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
I'm using graphene in a Tornado-based web application. Since most of our async operations use Tornado's coroutines, we end up wrapping those Futures in Promises. When the coroutine throws an exception, we usually don't get a stack trace.
I'm using graphene in a Tornado-based web application. Since most of our async operations use Tornado's coroutines, we end up wrapping those
Future
s inPromise
s. When the coroutine throws an exception, we usually don't get a stack trace.I have a fix, but there may be a better way:
#47
The text was updated successfully, but these errors were encountered: