Skip to content

v20.34.0

Compare
Choose a tag to compare
@uNetworkingAB uNetworkingAB released this 28 Dec 06:31
· 138 commits to master since this release

Easy shutdown with App.close()

Calling this new function will:

  • Close and invalidate all open listen sockets.
  • Force close all open connections (both HTTP and WebSockets), calling their respective callbacks as needed (.onAborted, .close, .subscription).

This call can be used to gracefully close and release an App that needs maintenance.