Sourced from ws's releases.
8.4.2
Bug fixes
- Fixed a data framing issue introduced in version 8.4.1 (https://github.com/facebook/flipper/issues/2004).
8.4.1
Notable changes
- To improve performance, strings sent via
websocket.ping(),websocket.pong(), andwebsocket.send()are no longer converted toBuffers if the data does not need to be masked (https://github.com/facebook/flipper/issues/2000).
33fd101 [dist] 8.4.20c0754b [fix] Use the byte length of the data (https://github.com/facebook/flipper/issues/2004)6ebfeb8 [dist] 8.4.15b7fbb0 [perf] Reduce buffer allocations (https://github.com/facebook/flipper/issues/2000)8de448f [test] Fix failing tests91f3c07 [minor] Replace echo.websocket.org with websocket-echo.comad3fe6d [test] Improve test title4081a36 [test] Do not call the done callback prematurelyd2c935a [doc] Fix typo in WebSocketServer description (https://github.com/facebook/flipper/issues/1996)5edf1f4 [doc] Clarify interpretation of verifyClient (https://github.com/facebook/flipper/issues/1994)