This commit is contained in:
白茶清欢 2021-11-22 17:21:41 +08:00
parent 275e52a108
commit 376f3dfb23

View File

@ -26,7 +26,8 @@ func NewPoll(serverList []*define.ServerNode) (IBalance, error) {
} }
return &Poll{ return &Poll{
base: base{ base: base{
lock: &sync.RWMutex{}, lock: &sync.RWMutex{},
severList: serverList,
}, },
currentServerIndex: 0, currentServerIndex: 0,
}, nil }, nil