Skip to content

6.3.0

Compare
Choose a tag to compare
@kartikk221 kartikk221 released this 14 Jul 16:43
· 336 commits to master since this release

What's Changed

  • Implemented Server.num_of_subscribers() method to the Server 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 returned Promise.
  • Fixed Request.multipart() internal error handling to properly cleanup and supress various errors from the BusBoy parser for scenarios such as abrupt disconnections from client during the upload process.

Full Changelog: 6.2.6...6.3.0