I use boost::beast::websocket, and I want to compress only some of the websocket messages that I send from my client to my server. Is this possible?
boost::beast::websocket
I ca