Oliver.O
09/05/2023, 12:42 PM2023-09-04T20:40:38.395Z ERROR 'subscription update processing finished with java.lang.IllegalStateException: Flow invariant is violated:
Flow was collected in [CoroutineName(Subscription-Updater-Database("main")), CoroutineId(2), "Subscription-Updater-Database("main")#2":StandaloneCoroutine{Active}@1644d16a, io.ktor.server.engine.ClassLoaderAwareContinuationInterceptor@67c54a72],
but emission happened in [CoroutineName(Subscription-Updater-Database("main")), CoroutineId(2), "Subscription-Updater-Database("main")#2":StandaloneCoroutine{Active}@1644d16a, io.ktor.server.engine.ClassLoaderAwareContinuationInterceptor@67c54a72].
Please refer to 'flow' documentation or use 'flowOn' instead' : 35734d0d15433c541b408e00e0d868dc 9ee76fc416a8e2e1 [scopeInfo: app.backend.database.DatabaseKt:] {}
As Ktor server was running in development mode at the time, is it reasonable to assume that this was probably caused by Ktor trying to reload classes in between?Aleksei Tirman [JB]
09/05/2023, 2:01 PMOliver.O
09/05/2023, 2:04 PMAleksei Tirman [JB]
09/05/2023, 2:05 PMOliver.O
09/05/2023, 2:07 PM