timehop / apns

A Go package to interface with the Apple Push Notification Service
https://godoc.org/github.com/timehop/apns
MIT License
185 stars 47 forks source link

Graceful shutdown #56

Open pjebs opened 9 years ago

pjebs commented 9 years ago

I noticed the run loop seems to be an infinite loop. Is there anyway we can send a command to gracefully shutdown the server?

nathany commented 9 years ago

Unfortunately not at the moment.

Related #25.