mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-16 17:34:43 +08:00
新增websocket
This commit is contained in:
@@ -305,8 +305,9 @@ func main(){
|
||||
|
||||
|
||||
httpService := &sysservice.HttpService{}
|
||||
wsService := &sysservice.WSService{}
|
||||
|
||||
node.Setup(tcpService,gateService,httpService)
|
||||
node.Setup(tcpService,gateService,httpService,wsService)
|
||||
node.OpenProfilerReport(time.Second*10)
|
||||
node.Start()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user