Explorar o código

Re-enabled WebSocket echo test

Paul-Louis Ageneau %!s(int64=4) %!d(string=hai) anos
pai
achega
294a1230b0
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      test/main.cpp

+ 0 - 3
test/main.cpp

@@ -89,8 +89,6 @@ int main(int argc, char **argv) {
 	}
 #endif
 #if RTC_ENABLE_WEBSOCKET
-// TODO: Disabled because echo.websocket.org is down
-/*
 	this_thread::sleep_for(1s);
 	try {
 		cout << endl << "*** Running WebSocket test..." << endl;
@@ -100,7 +98,6 @@ int main(int argc, char **argv) {
 		cerr << "WebSocket test failed: " << e.what() << endl;
 		return -1;
 	}
-*/
 #endif
 	this_thread::sleep_for(1s);
 	try {