Skip to content

Commit

Permalink
Merge pull request #11 from thuotdwz/patch-2
Browse files Browse the repository at this point in the history
Remove code to shutdown EventLoopGroup in FluentQueuesDriver
  • Loading branch information
m-barthelemy authored Aug 26, 2020
2 parents f9e46bb + f3fc33e commit 2b4ef53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/QueuesFluentDriver/FluentQueuesDriver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,5 @@ extension FluentQueuesDriver: QueuesDriver {
}

public func shutdown() {
// What are we supposed to do here?
try? self.eventLoopGroup.syncShutdownGracefully()
}
}

0 comments on commit 2b4ef53

Please sign in to comment.