We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44fcc8 commit e2988a8Copy full SHA for e2988a8
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