@acot/connection
Advanced tools
Comparing version 0.0.1 to 0.0.2-canary.0
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.0.2-canary.0](https://github.com/acot-a11y/acot/compare/@acot/connection@0.0.1...@acot/connection@0.0.2-canary.0) (2020-11-02) | ||
### Bug Fixes | ||
- **core:** Fix a bug that `BrowserPool` hangs ([93da5cb](https://github.com/acot-a11y/acot/commit/93da5cbdf28508e4e3cf95983bf710d1675ff3da)) | ||
## 0.0.1 (2020-10-31) | ||
@@ -8,0 +14,0 @@ |
@@ -76,3 +76,4 @@ "use strict"; | ||
debug('disconnect server connection... (pid: "%f")', this._proc.pid); | ||
this._proc.kill(); | ||
const result = this._proc.kill('SIGKILL'); | ||
debug('kill=%s', result); | ||
} | ||
@@ -79,0 +80,0 @@ catch (e) { |
{ | ||
"name": "@acot/connection", | ||
"version": "0.0.1", | ||
"version": "0.0.2-canary.0", | ||
"description": "Manage the connection to the server.", | ||
"homepage": "https://github.com/acot-a11y/acot#readme", | ||
"homepage": "https://github.com/acot-a11y/acot/tree/master/packages/connection", | ||
"bugs": { | ||
@@ -29,3 +29,3 @@ "url": "https://github.com/acot-a11y/acot/issues" | ||
"devDependencies": { | ||
"@acot/types": "0.0.1", | ||
"@acot/types": "0.0.2-canary.0", | ||
"@types/wait-on": "^4.0.0" | ||
@@ -36,3 +36,3 @@ }, | ||
}, | ||
"gitHead": "564fb61b40646392ed163b122531ad4ae3ba65e4" | ||
"gitHead": "61cca80b5953b0ee87f2b3de4b7764ada4d057fb" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5523
101