Make all examples compile with GCC on Ubuntu

This commit is contained in:
Alex Hultman
2019-06-09 09:32:55 +02:00
parent 996703dde6
commit 5e787b19b3
4 changed files with 17 additions and 14 deletions
+1
View File
@@ -11,6 +11,7 @@ int main() {
/* Settings */
.compression = uWS::SHARED_COMPRESSOR,
.maxPayloadLength = 16 * 1024,
.idleTimeout = 10,
/* Handlers */
.open = [](auto *ws, auto *req) {