6.3.0
What's Changed
- Implemented
Server.num_of_subscribers()
method to theServer
component to allow for retrieval of global topic subscribers. - Implemented safeguards against Invalid discarded access errors from uWS triggered by pausing/resuming of
Request
after response has been sent. - Improved
Request.multipart()
handler to properly catch and emit caught errors through its returnedPromise
. - Fixed
Request.multipart()
internal error handling to properly cleanup and supress various errors from theBusBoy
parser for scenarios such as abrupt disconnections from client during the upload process.
Full Changelog: 6.2.6...6.3.0