Ah okay that makes sense. The `executeAs*()` funct...
# squarelibraries
d
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