Forgot to actually call connectServer in previous commit..
This commit is contained in:
parent
fedd9216b2
commit
bf09edf74e
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ void WebSocketClient::connectServer(const std::string &url) {
|
|||
std::string u = url.substr(6);
|
||||
m_host = u.substr(0, u.find("/"));
|
||||
m_path = u.substr(u.find("/"));
|
||||
connectServer();
|
||||
}
|
||||
|
||||
void WebSocketClient::write(const std::string &data) {
|
||||
|
|
Loading…
Add table
Reference in a new issue