Skip to content

Commit

Permalink
Consuming messageChannel on GCM
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Souza committed Sep 28, 2017
1 parent f66ed6f commit 48bd971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pusher/gcm.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ func (g *GCMPusher) Start() {
"method": "start",
})
l.Info("starting pusher in gcm mode...")
go g.routeMessages(g.Queue.MessagesChannel())
for _, v := range g.MessageHandler {
go v.HandleResponses()
go v.LogStats()
Expand Down

0 comments on commit 48bd971

Please sign in to comment.