pitaya
pitaya copied to clipboard
can not configure server.ID
app default set server as:
app: cluster.NewServer(uuid.New().String(), "game", true, map[string]string{}),
but sometimes we need the server.ID is fixed
I think pitaya.Configure should be able to set sever.ID
true, it's useful sometimes when doing integration/manual testing