Timo Gruen
07/15/2021, 10:06 AMrunBlocking {
collection.createIndexes(indexes)
}
I keep get issues because the awaitSingle() (which is inside the createIndexes(...) ) is being stopped, and no value is being returned.
Any help there?Nick Allen
07/16/2021, 3:24 PM