Skip to content

Commit

Permalink
- fix port number
Browse files Browse the repository at this point in the history
  • Loading branch information
kubemq committed Aug 29, 2019
1 parent 7c2d719 commit c8d9ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/queue/stream_chain_queues/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ func main() {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
host := "localhost"
port := 50000
uri := "http://localhost:9090"
port := 32707
uri := "http://localhost:30830"
doneCh := "done"
deadCh := "dead"
sendCount := 10
Expand Down

0 comments on commit c8d9ed8

Please sign in to comment.