Changeset - bf09edf74e7f
[Not reviewed]
0 1 0
Jan Kaluza - 10 years ago 2015-11-25 16:57:39
jkaluza@redhat.com
Forgot to actually call connectServer in previous commit..
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/WebSocketClient.cpp
Show inline comments
 
@@ -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) {
0 comments (0 inline, 0 general)