Skip to content
Snippets Groups Projects
Commit 8573264d authored by deuce's avatar deuce
Browse files

who() and status() return results.

parent 7d0a9f65
No related branches found
No related tags found
No related merge requests found
......@@ -314,8 +314,7 @@ function JSONClient(serverAddr,serverPort) {
location:location,
timeout:this.settings.TIMEOUT
});
if(this.settings.TIMEOUT >= 0)
return this.wait();
return this.wait();
}
/* retrieve the overall lock and subscription status of an object */
......@@ -325,8 +324,7 @@ function JSONClient(serverAddr,serverPort) {
location:location,
timeout:this.settings.TIMEOUT
});
if(this.settings.TIMEOUT >= 0)
return this.wait();
return this.wait();
}
this.connect();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment