I see in the codebase that the WebSocket server has some size limitations for its payloads. More specifically, the message size is limited to 128 MiB.
It would be great to make this configurable, maybe via the UpgradeWebSocketOptions interface? We could add a new field maxMessageSize?: number
What do you think about that?
I see in the codebase that the WebSocket server has some size limitations for its payloads. More specifically, the message size is limited to 128 MiB.
It would be great to make this configurable, maybe via the
UpgradeWebSocketOptionsinterface? We could add a new fieldmaxMessageSize?: numberWhat do you think about that?