test only depend on ixcore and ixcrypto

This commit is contained in:
Benjamin Sergeant
2020-12-25 15:27:11 -08:00
parent 0b7919834a
commit 6122154f74
5 changed files with 4 additions and 132 deletions

View File

@ -87,12 +87,10 @@ namespace
void WebSocketBroadcastChat::start()
{
//
// Which server ??
//
std::string url;
{
bool preferTLS = true;
url = makeCobraEndpoint(_port, preferTLS);
}
_webSocket.setUrl(url);
std::stringstream ss;