Skip to content

Commit

Permalink
fix(echo): update emitter addr (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjunbiao authored Jul 10, 2020
1 parent 44b86aa commit f4a350d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/yomo/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit f4a350d

Please sign in to comment.