You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when attempting to stop the command-line invocation of carton with Ctrl-C, you get this error:
[ ERROR ] Could not stop HTTP server: Abort(identifier: "500", status:
NIOHTTP1.HTTPResponseStatus.internalServerError, headers: ,
reason: "Server stop took too long.",
source: Vapor.ErrorSource(file: "/private/tmp/carton-20200616-45672-cfefqh/carton-0.1.0/.build/checkouts/vapor/Sources/Vapor/HTTP/Server/HTTPServer.swift", function: "close()", line: 310, column: 31, range: nil))
ERROR: Cannot schedule tasks on an EventLoop that has already shut down.
This will be upgraded to a forced crash in future SwiftNIO versions.
According to SwiftNIO, this doesn't seem to be an issue with SwiftNIO, probably caused by how Vapor uses their API. Upgrading to the latest version of Vapor is blocked by vapor/vapor#2385
The text was updated successfully, but these errors were encountered:
Currently, when attempting to stop the command-line invocation of
carton
with Ctrl-C, you get this error:According to SwiftNIO, this doesn't seem to be an issue with SwiftNIO, probably caused by how Vapor uses their API. Upgrading to the latest version of Vapor is blocked by vapor/vapor#2385
The text was updated successfully, but these errors were encountered: