mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-03-23 03:21:50 +00:00
优化 Websocket 连接
This commit is contained in:
@@ -47,7 +47,7 @@ func initDB() {
|
||||
}
|
||||
|
||||
func main() {
|
||||
go controller.ServeWeb()
|
||||
go rpc.ServeRPC()
|
||||
go controller.ServeWeb(80)
|
||||
go rpc.ServeRPC(5555)
|
||||
select {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user