mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Add explicit port number to WebSocket test
This commit is contained in:
@ -63,7 +63,7 @@ void test_websocket() {
|
||||
}
|
||||
});
|
||||
|
||||
ws->open("wss://echo.websocket.org/");
|
||||
ws->open("wss://echo.websocket.org:443/");
|
||||
|
||||
int attempts = 10;
|
||||
while ((!ws->isOpen() || !received) && attempts--)
|
||||
|
Reference in New Issue
Block a user