Properly close database connection #58

Closed
opened 2024-08-18 00:23:11 +02:00 by oysteikt · 0 comments
Owner

Somehow, the database connection does not close properly?

Server:

2024-08-17 15:57:13 20 [Warning] Aborted connection 20 to db: 'mysql' user: 'root' host: '172.17.0.1' (Got an error reading communication packets)
2024-08-17 16:01:51 21 [Warning] Aborted connection 21 to db: 'mysql' user: 'root' host: '172.17.0.1' (Got an error reading communication packets)
2024-08-17 16:02:16 22 [Warning] Aborted connection 22 to db: 'mysql' user: 'root' host: '172.17.0.1' (Got an error reading communication packets)

Client: (at db_connection.close(), server/server_loop.rs)

error communicating with database: Transport endpoint is not connected (os error 107)
Somehow, the database connection does not close properly? **Server:** ``` 2024-08-17 15:57:13 20 [Warning] Aborted connection 20 to db: 'mysql' user: 'root' host: '172.17.0.1' (Got an error reading communication packets) 2024-08-17 16:01:51 21 [Warning] Aborted connection 21 to db: 'mysql' user: 'root' host: '172.17.0.1' (Got an error reading communication packets) 2024-08-17 16:02:16 22 [Warning] Aborted connection 22 to db: 'mysql' user: 'root' host: '172.17.0.1' (Got an error reading communication packets) ``` **Client:** (at `db_connection.close()`, `server/server_loop.rs`) ``` error communicating with database: Transport endpoint is not connected (os error 107) ```
oysteikt added this to the Initial release milestone 2024-08-18 00:23:11 +02:00
oysteikt added the
bug
label 2024-08-18 00:23:11 +02:00
Sign in to join this conversation.
No description provided.