Fix example build error (#949)
* Fixed example build error * Update EchoServer.cpp
This commit is contained in:
@@ -11,7 +11,8 @@ int main() {
|
||||
/* Settings */
|
||||
.compression = uWS::SHARED_COMPRESSOR,
|
||||
.maxPayloadLength = 16 * 1024,
|
||||
.idleTimeout = 10,
|
||||
.idleTimeout = 10,
|
||||
.maxBackpressure = 1 * 1024 * 1204,
|
||||
/* Handlers */
|
||||
.open = [](auto *ws, auto *req) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user