Oğuzhan Soykan
11/05/2025, 3:44 PMOğuzhan Soykan
11/05/2025, 3:44 PMOğuzhan Soykan
11/06/2025, 12:49 PMconnectionMetadata hangs
R2dbcDatabase:
internal fun <T> connectionMetadata(body: R2dbcExposedDatabaseMetadata.() -> T): T = runBlocking { metadata(body) }Oğuzhan Soykan
11/06/2025, 12:52 PMOleg Babichev
11/06/2025, 8:17 PM1.0.0-rc-3 was published, and it contains several fixes for transactions management (and actually complete refactoring for jdbc transaction management) that fixed several issues related to thread switching in suspend transactions execution. Could you check your code on that version, ping me if the problem will still exist.