We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b22ca3 + 9e93be8 commit a9789f5Copy full SHA for a9789f5
libs/ofxLibwebsockets/src/Client.cpp
@@ -13,7 +13,7 @@ namespace ofxLibwebsockets {
13
Client::Client(){
14
context = NULL;
15
connection = NULL;
16
- waitMillis = 50;
+ waitMillis = 0;
17
//count_pollfds = 0;
18
reactors.push_back(this);
19
libs/ofxLibwebsockets/src/Server.cpp
@@ -16,7 +16,7 @@ namespace ofxLibwebsockets {
//--------------------------------------------------------------
Server::Server(){
20
21
22
defaultOptions = defaultServerOptions();
0 commit comments