Aleksandr
Results
2
comments of
Aleksandr
Very similar issue : ``` Fatal Exception: java.lang.IllegalStateException at com.j256.ormlite.stmt.SelectIterator.next + 191(SelectIterator.java:191) at com.j256.ormlite.dao.LazyForeignCollection.toArray + 216(LazyForeignCollection.java:216) at java.util.ArrayList.addAll + 588(ArrayList.java:588) @ForeignCollectionField(columnName = MEMBERSHIPS) public ForeignCollection memberships; public List membershipList; .......
I use `runBlocking` in tests , because I call suspended functions in My real project.