Closed KotlinIsland closed 3 years ago
When using aleph as a middleware on Oak I need to be able to gracefully shutdown the server, could you please provide shutdown methods for this scenario.
An good first issue?
the server accept a signal object to stop the server, pls check https://github.com/alephjs/aleph.js/blob/374c93933c7b992466f0472995707c5e95eb77f6/server/server.ts#L304
When using aleph as a middleware on Oak I need to be able to gracefully shutdown the server, could you please provide shutdown methods for this scenario.