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 server version of per-message-deflate seems to work very well, however there is no support for that in client code (and it doesn't seem so from the docs). Is it planned?
The text was updated successfully, but these errors were encountered:
This is still outstanding -- if someone wants to implement this, I'm happy to provide guidance. I think it should just be a matter of looking of per-message-deflate is set ConnectionOptions, and if so, setting it up in Network.WebSockets.Client.streamToClientConnection in a similar way that is happening in Network.WebSockets.Connection.acceptRequestWith.
The server version of per-message-deflate seems to work very well, however there is no support for that in client code (and it doesn't seem so from the docs). Is it planned?
The text was updated successfully, but these errors were encountered: