v20.34.0
uNetworkingAB
released this
28 Dec 06:31
·
166 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.