SocketCluster v9.3.0 Release Notes

Release Date: 2018-01-09 // over 6 years ago
  • ➕ Added async/await support for the worker and broker controller run methods. See #351

    👷 The createHTTPServer method on the worker can also now resolve asynchronously.

    Potentially breaking changes

    • ✂ Removed support for the deprecated global property on the worker and server objects - You should now use the exchange property instead.
    • ✂ Removed support for the deprecated getSocketURL() method of the SocketCluster master instance.