jilieryuyi/wing-binlog-go

端口被占用

Closed this issue · 1 comments

Step 1, 运行服务,用nohup送到后台
Step 2, 运行 --version,提示端口被占用
INFO[2017-12-08 14:28:06] listen tcp 0.0.0.0:6060: bind: address already in use

看来init先于main执行。

已优化