Skip to content

Commit

Permalink
Fake commit to trigger cache
Browse files Browse the repository at this point in the history
  • Loading branch information
georgysavva committed Jun 8, 2021
1 parent 5c70e38 commit 397e5f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/gossip/gossip.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func start(shutdownSignal <-chan struct{}) {
// use the port of the gossip service
gossipEndpoint := lPeer.Services().Get(service.GossipKey)


// resolve the bind address
address := net.JoinHostPort(config.Node().String(local.CfgBind), strconv.Itoa(gossipEndpoint.Port()))
localAddr, err := net.ResolveTCPAddr(gossipEndpoint.Network(), address)
Expand Down

0 comments on commit 397e5f4

Please sign in to comment.