xiaonanln / goworld

Scalable Distributed Game Server Engine with Hot Swapping in Golang
Apache License 2.0
2.53k stars 452 forks source link

[unity demo]can not run multiple server #66

Closed danie1Lin closed 6 years ago

danie1Lin commented 6 years ago

I can not start unity demo server. Here is my erro message INFO[2018-04-12T14:23:44.264847348] Using config file: ~/go/src/github.com/xiaonanln/goworld/goworld.ini

1 dispatcher running, 0/1 gates running, 0/2 games () running 22603 dispatcher
~/go/src/github.com/xiaonanln/goworld/components/dispatcher/dispatcher ! server is already running, can not start multiple servers

xiaonanln commented 6 years ago

Somehow you have got a dispatcher process still running. You have to terminate the dispatcher process before starting servers use goworld stop examples/chatroom_demo to kill the dispatcher process