Socket.io v3.0.0-rc2 Release Notes

Release Date: 2020-10-15 // over 3 years ago
  • ๐Ÿ› Bug Fixes

    • close clients with no namespace (91cd255)

    ๐Ÿ”จ Code Refactoring

    • โœ‚ remove duplicate _sockets map (8a5db7f)

    ๐Ÿ”‹ Features

    • ๐Ÿšš move binary detection back to the parser (669592d)

    ๐Ÿ’ฅ BREAKING CHANGES

    • the "connected" map is renamed to "sockets"
    • ๐Ÿšš the Socket#binary() method is removed, as this use case is now covered by the ability to provide your own parser.

    ๐Ÿ”— Links: