Skip to content

2.1.0

Compare
Choose a tag to compare
@darrachequesne darrachequesne released this 29 Mar 22:08
· 151 commits to master since this release
3eb047f

Matching Socket.IO 2.1.0 release notes

Features

  • add a 'binary' flag (#1194)
// by default, the object is recursively scanned to check whether it contains some binary data
// in the following example, the check is skipped in order to improve performance
socket.binary(false).emit('plain-object', object);

Links: