Join Slack
Powered by
Ah okay that makes sense. The `executeAs*()` funct...
# squarelibraries
d
Derek Ellis
07/06/2023, 3:53 PM
Ah okay that makes sense. The
executeAs*()
functions will try to do blocking calls that don't work with the async driver Instead there are
awaitAs*()
extension functions that you should use instead
👍 1
Open in Slack
Previous
Next