test only depend on ixcore and ixcrypto
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user