-
Notifications
You must be signed in to change notification settings - Fork 565
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
I am so excited about uWebSocket support and I want to roll it out, but I saw uWebSocket have support for multiple compression options - SHARED_COMPRESSOR, DEDICATED, etc.. and I would like to tune it for my application use-case.
https://unetworking.github.io/uWebSockets.js/generated/interfaces/WebSocketBehavior.html#compression
Is is possible to expose from socket.io to pass an option to engine.io to allow configuration compression option here -
https://github.com/socketio/engine.io/blob/master/lib/userver.ts#L50
I can implement it, but not sure what's the best way (to have this as "generic" option and not transport specific)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request