Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Use HTTP/2 APNS protocol
Browse files Browse the repository at this point in the history
This commit switch the underlying APNS library to
RobotsAndPencils/buford, which sends push notification to APNS
through HTTP/2 protocol. The new protocol provides immediate feedback
for each notification sent.

refs #47
  • Loading branch information
rickmak committed Jul 11, 2016
2 parents 5360fe4 + 41a5112 commit c97358b
Show file tree
Hide file tree
Showing 9 changed files with 342 additions and 221 deletions.
28 changes: 21 additions & 7 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ func initAPNSPusher(config skyconfig.Configuration, connOpener func() (skydb.Con
log.Fatalf("Failed to set up push sender: %v", err)
}
go apnsPushSender.Run()
go apnsPushSender.RunFeedback()

return apnsPushSender
}
Expand Down
Loading

0 comments on commit c97358b

Please sign in to comment.