From f4a350dbc65466bcb88234d5180298f585cffc6c Mon Sep 17 00:00:00 2001 From: chenjunbiao Date: Fri, 10 Jul 2020 14:27:02 +0800 Subject: [PATCH] fix(echo): update emitter addr (#17) --- pkg/yomo/run.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/yomo/run.go b/pkg/yomo/run.go index c03acb86a..0f4adcba8 100644 --- a/pkg/yomo/run.go +++ b/pkg/yomo/run.go @@ -43,8 +43,7 @@ func RunDev(plugin plugin.YomoObjectPlugin, endpoint string) { framework.NewServer(endpoint, plugin) }() - //yomoEchoClient, err := util.QuicClient("161.189.140.133:11520") - yomoEchoClient, err := util.QuicClient("localhost:11520") + yomoEchoClient, err := util.QuicClient("161.189.140.133:11520") if err != nil { panic(err) }