Add UpgradeSync example
This commit is contained in:
@@ -20,7 +20,7 @@ int main() {
|
||||
.compression = uWS::SHARED_COMPRESSOR,
|
||||
.maxPayloadLength = 16 * 1024,
|
||||
.idleTimeout = 10,
|
||||
.maxBackpressure = 1 * 1024 * 1204,
|
||||
.maxBackpressure = 1 * 1024 * 1024,
|
||||
/* Handlers */
|
||||
.open = [](auto *ws) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user