We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44fcc8 commit 7b04b87Copy full SHA for 7b04b87
Sources/FluentPostgresDriver/FluentPostgresDriver.swift
@@ -25,6 +25,6 @@ struct _FluentPostgresDriver<E: PostgresJSONEncoder, D: PostgresJSONDecoder>: Da
25
}
26
27
func shutdown() {
28
- self.pool.shutdown()
+ try? self.pool.syncShutdownGracefully()
29
30
0 commit comments