Skip to content

Commit b0939ac

Browse files
committed
core: fix 100% cpu when sub process fail to start
1 parent dd5397a commit b0939ac

File tree

8 files changed

+759
-597
lines changed

8 files changed

+759
-597
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# 更新日志
22

3+
## 0.3.1 (2018-11-24)
4+
5+
### :bug: Bug 修复:
6+
7+
- 修复子进程(blinksocks)启动失败导致 CPU 占满的问题
8+
9+
### 从 0.3.0 更新到 0.3.1
10+
11+
```
12+
$ npm install -g blinksocks-gui@0.3.1 blinksocks@3.x
13+
```
14+
315
## 0.3.0 (2018-05-14)
416

517
### :rocket: 新功能和改进

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,12 @@
55
[![license](https://img.shields.io/npm/l/blinksocks-gui.svg)](https://github.com/blinksocks/blinksocks-gui/blob/master/LICENSE)
66
[![%e2%9d%a4](https://img.shields.io/badge/made%20with-%e2%9d%a4-ff69b4.svg)](https://github.com/blinksocks/blinksocks-gui)
77

8-
[blinksocks](https://github.com/blinksocks/blinksocks) 封装的 WEB 图形化界面。
8+
> [blinksocks](https://github.com/blinksocks/blinksocks) 封装的 WEB 图形化界面。
99
1010
![](screenshot-0.png)
1111

1212
![](screenshot-1.png)
1313

14-
![](screenshot-2.png)
15-
16-
## 在线体验(只读模式)
17-
18-
https://gui.blinksocks.org/landing?password=preview
19-
2014
## 特性
2115

2216
- 三大平台支持(Windows、Linux、macOS)
@@ -43,18 +37,10 @@ $ npm install -g blinksocks blinksocks-gui
4337

4438
需要升级时重新执行上面的命令即可。
4539

46-
### 使用预编译版本
47-
48-
> 使用预编译版本无需安装 Node.js 和其他依赖软件,但升级时必须重新下载、解压和替换整个软件包。
49-
50-
下载地址:https://github.com/blinksocks/blinksocks-gui/releases
51-
5240
## 启动
5341

5442
### 交互式启动
5543

56-
桌面环境双击直接运行,服务器环境从命令行启动:
57-
5844
```
5945
$ NODE_ENV=production blinksocks-gui
6046
```
@@ -86,7 +72,7 @@ info: You can now open blinksocks-gui in browser:
8672
8773
```
8874

89-
### 命令行启动
75+
### 一行命令启动
9076

9177
```
9278
$ blinksocks-gui --client --port 3000

0 commit comments

Comments
 (0)