We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556215c commit 2d43df1Copy full SHA for 2d43df1
examples/EchoServer.cpp
@@ -19,7 +19,7 @@ int main() {
19
.passphrase = "1234"
20
}).ws<PerSocketData>("/*", {
21
/* Settings */
22
- .compression = uWS::CompressOptions(uWS::DEDICATED_COMPRESSOR | uWS::SHARED_DECOMPRESSOR),
+ .compression = uWS::CompressOptions(uWS::DEDICATED_COMPRESSOR | uWS::DEDICATED_DECOMPRESSOR),
23
.maxPayloadLength = 100 * 1024 * 1024,
24
.idleTimeout = 16,
25
.maxBackpressure = 100 * 1024 * 1024,
0 commit comments