mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
Disabled WebSocket test
This commit is contained in:
@ -89,6 +89,8 @@ int main(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#if RTC_ENABLE_WEBSOCKET
|
#if RTC_ENABLE_WEBSOCKET
|
||||||
|
// TODO: Temporarily disabled as the echo service is unreliable
|
||||||
|
/*
|
||||||
this_thread::sleep_for(1s);
|
this_thread::sleep_for(1s);
|
||||||
try {
|
try {
|
||||||
cout << endl << "*** Running WebSocket test..." << endl;
|
cout << endl << "*** Running WebSocket test..." << endl;
|
||||||
@ -98,6 +100,7 @@ int main(int argc, char **argv) {
|
|||||||
cerr << "WebSocket test failed: " << e.what() << endl;
|
cerr << "WebSocket test failed: " << e.what() << endl;
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
#endif
|
#endif
|
||||||
this_thread::sleep_for(1s);
|
this_thread::sleep_for(1s);
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user