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 message event should be emitted on the server and 17825792 logged on the console.
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 ignores the maxHttpBufferSize option and hardcodes its value to 16 MiB. 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
It is not possible to send more that 16 MiB of data in a single message
Steps to reproduce (if the current behaviour is a bug)
Run the following test case
Expected behaviour
The
message
event should be emitted on the server and17825792
logged on the console.Setup
Other information (e.g. stacktraces, related issues, suggestions how to fix)
The issue seems to be caused by
uws
which apparently ignores themaxHttpBufferSize
option and hardcodes its value to 16 MiB. The above example works as expected withengine.io@1.8.x
.The text was updated successfully, but these errors were encountered: