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
Hi there, this is a question and not a bug. I'm not sure if this is the appropriate location for this question, so please advise me on the best place to ask.
I've searched for any related issues and avoided creating a duplicate issue.
Description
I am looking to enable perMessageDeflate on my server. Our server works by sending the same message to many clients. We want to conserve CPU my deflating the message once and sending it to all clients. Of course, we check that the client supports perMessageDeflate or else we need to send the unzipped variant of the message.
Is this easy or possible using the ws library?
thanks.
Reproducible in:
N/A
Steps to reproduce:
N/A
Expected result:
N/A
Actual result:
N/A
Attachments:
N/A
The text was updated successfully, but these errors were encountered:
Hi there, this is a question and not a bug. I'm not sure if this is the appropriate location for this question, so please advise me on the best place to ask.
Description
I am looking to enable perMessageDeflate on my server. Our server works by sending the same message to many clients. We want to conserve CPU my deflating the message once and sending it to all clients. Of course, we check that the client supports perMessageDeflate or else we need to send the unzipped variant of the message.
Is this easy or possible using the ws library?
thanks.
Reproducible in:
N/A
Steps to reproduce:
N/A
Expected result:
N/A
Actual result:
N/A
Attachments:
N/A
The text was updated successfully, but these errors were encountered: