xiaonanln / goworld

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

一定得linux环境吗?Windows Demo跑不通啊? #106

Open mogebingxue opened 3 years ago

mogebingxue commented 3 years ago

一开始报gameid的错,把他改成1后又报这个错。

Connect to dispatcher1 failed: dial tcp 127.0.0.1:13001: connectex: No connection could be made because the target machine actively refused it.

MistarQ commented 2 years ago

同问

MistarQ commented 2 years ago

@mogebingxue solved

first you should

goworld build [yourpath]

then

goworld start [yourpath]

and you should change your go env

GOOS=linux