Skip to content

Commit

Permalink
arm64 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barnybug committed Feb 13, 2017
1 parent 8197169 commit 3896d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/heartbeat.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ const interval = time.Second * 5
const maxBacklog = 3

type HeartbeatController struct {
pongs int64
ticker *time.Ticker
channel *net.Channel
eventsCh chan events.Event
pongs int64
}

var ping = net.PayloadHeaders{Type: "PING"}
Expand Down

0 comments on commit 3896d2c

Please # to comment.