pitaya icon indicating copy to clipboard operation
pitaya copied to clipboard

can not configure server.ID

Open zmox opened this issue 4 years ago • 1 comments

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

zmox avatar Sep 30 '20 07:09 zmox

true, it's useful sometimes when doing integration/manual testing

felipejfc avatar Mar 30 '21 16:03 felipejfc