-
- Downloads
Remove timeout handling and replace with check that lock is connected, which resolves most errors.
Also, lock/unlock requests now attempt to override any existing connections.
... | @@ -18,7 +18,6 @@ | ... | @@ -18,7 +18,6 @@ |
"apicache": "*", | "apicache": "*", | ||
"asyncawait": "^0.7.4", | "asyncawait": "^0.7.4", | ||
"bluebird": "^2.9.34", | "bluebird": "^2.9.34", | ||
"connect-timeout": "*", | |||
"debug": "^2.2.0", | "debug": "^2.2.0", | ||
"express": "^4.13.3", | "express": "^4.13.3", | ||
"morgan": "^1.6.1", | "morgan": "^1.6.1", | ||
... | ... |
Please register or sign in to comment