fixed ',' in connection replay
This commit is contained in:
parent
90f69c10fc
commit
772e01591e
@ -39,7 +39,7 @@ void TcpServer::newClientConnected()
|
|||||||
connect(newConnection,SIGNAL(disconnected()),this,SLOT(clientDisconnected()));
|
connect(newConnection,SIGNAL(disconnected()),this,SLOT(clientDisconnected()));
|
||||||
|
|
||||||
// TODO: properly handle this with jsonrpcserver
|
// TODO: properly handle this with jsonrpcserver
|
||||||
newConnection->write("{\n \"id\":0,\n \"status\": \"connected\",\n \"server\":\"Hive JSONRPC Interface\"\n \"version\":\"0.0.0\"\n}\n");
|
newConnection->write("{\n \"id\":0,\n \"status\": \"connected\",\n \"server\":\"Hive JSONRPC Interface\",\n \"version\":\"0.0.0\"\n}\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user