You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The received WebSocket frame should be compressed.
Setup
OS: macOS
browser: -
engine.io version: 2.0.0
Other information (e.g. stacktraces, related issues, suggestions how to fix)
The issue seems to be caused by uws which apparently does not compress the data despite having been instructed to do so. The above example works as expected with engine.io@1.8.x.
The text was updated successfully, but these errors were encountered:
Note: for support questions, please use one of these channels: stackoverflow or slack
You want to:
Current behaviour
The WebSocket server does not compress data.
Steps to reproduce (if the current behaviour is a bug)
Run the following test case
Expected behaviour
The received WebSocket frame should be compressed.
Setup
Other information (e.g. stacktraces, related issues, suggestions how to fix)
The issue seems to be caused by
uws
which apparently does not compress the data despite having been instructed to do so. The above example works as expected withengine.io@1.8.x
.The text was updated successfully, but these errors were encountered: