mirror of
https://github.com/duanhf2012/origin.git
synced 2026-05-21 17:17:31 +08:00
优化网关服务
This commit is contained in:
@@ -3,6 +3,6 @@ package tcpgateway
|
||||
type LoadBalance struct {
|
||||
}
|
||||
|
||||
func (balance *LoadBalance) SelectNode(serviceName string) int {
|
||||
func (balance *LoadBalance) SelectNode(serviceName string,clientId uint64,eventType string,msgType uint16,msg []byte) int {
|
||||
return 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user