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 having an issue getting predictable behavior out of async/await when running SQL: https://github.com/jadencarver/sean_app - I tested that it functions as expected when the Promise is a simple setTimeout, but the await fails to resume when the Promise is bound to a SQL query. I don't believe I did anything wrong implementing the Promise.
What could cause this inconsistent behavior? I understand that await/async is experimental, but I feel obligated to report this issue as has been a barrier for me.
The text was updated successfully, but these errors were encountered:
I'm having an issue getting predictable behavior out of async/await when running SQL: https://github.com/jadencarver/sean_app - I tested that it functions as expected when the Promise is a simple setTimeout, but the await fails to resume when the Promise is bound to a SQL query. I don't believe I did anything wrong implementing the Promise.
What could cause this inconsistent behavior? I understand that await/async is experimental, but I feel obligated to report this issue as has been a barrier for me.
The text was updated successfully, but these errors were encountered: