https://kotlinlang.org logo
Title
u

user

06/28/2022, 3:51 PM
Only on Windows: "Socket fail to connect address already in use" (Exposed, Koin, Flowables) I only encounter this problem when I am on Windows and actively work on the project with IntelliJ Idea. When I deploy it onto the Linux machine everything works fine. I already updated exposed, but it didn't help. The errors come in very quick succession and make using the app impossible. Additional libraries I use: Flyway, RxJava, Koin, Exposed Database connection: fun mariaDBModule(databaseConfig: DatabaseConfig): Module { val database = Database.connect( url =...