Skip to content

Commit

Permalink
chore(samples): change port to invoke dubbo-java side in samples/hell…
Browse files Browse the repository at this point in the history
…oword/dubbo
  • Loading branch information
CoderPoet committed Mar 18, 2024
1 parent 575b15f commit 85c987c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/helloworld/kitex/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func main() {
)
defer p.Shutdown(context.Background())

addr, _ := net.ResolveTCPAddr("tcp", ":21000")
addr, _ := net.ResolveTCPAddr("tcp", ":21001")
svr := hello.NewServer(new(GreetServiceImpl),
server.WithServiceAddr(addr),
server.WithCodec(dubbo.NewDubboCodec(
Expand Down

0 comments on commit 85c987c

Please sign in to comment.