Skip to content

3.1.0

Compare
Choose a tag to compare
@darrachequesne darrachequesne released this 15 Jan 01:26
· 96 commits to master since this release
f05a4a6

In order to ease the migration to Socket.IO v3, the v3 server is now able to communicate with v2 clients:

const io = require("socket.io")({
  allowEIO3: true // false by default
});

Note: the allowEIO3 refers to the version 3 of the Engine.IO protocol which is used in Socket.IO v2

Features

Bug Fixes

  • allow integers as event names (1c220dd)

Links: