We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f262441 commit 2a0604fCopy full SHA for 2a0604f
Tests/SteamPressTests/Helpers/TestWorld.swift
@@ -30,11 +30,7 @@ struct TestWorld {
30
}
31
32
// To work around Vapor 3 dodgy lifecycle mess
33
- mutating func tryAsHardAsWeCanToShutdownApplication() throws {
34
- if let threadPool = try context.app?.make(BlockingIOThreadPool.self) {
35
- try threadPool.syncShutdownGracefully()
36
- }
37
-
+ mutating func tryAsHardAsWeCanToShutdownApplication() throws {
38
struct ApplicationDidNotGoAway: Error {
39
var description: String
40
0 commit comments