issues
search
arthurnn
/
apn_sender
Background worker to send Apple Push Notifications over a persistent TCP socket.
MIT License
377
stars
146
forks
source link
Fixing #47
#53
Closed
botvinik
closed
11 years ago
botvinik
commented
11 years ago
payload message size calculation does not include push metadata (token, token size, payload size,...) anymore
using DATA_MAX_BYTES instead of hardcoded value
arthurnn
commented
11 years ago
Thanks for the patch.. that make sense