Re-enabled WebSocket echo test

This commit is contained in:
Paul-Louis Ageneau
2021-03-26 20:33:57 +01:00
parent f61ca226fb
commit 294a1230b0

View File

@ -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 {