reown-com / a2

An Asynchronous Apple Push Notification (apns2) Client for Rust
MIT License
146 stars 51 forks source link

fix(fcm): check the message length when sending to the APNS #89

Open geekbrother opened 2 months ago

geekbrother commented 2 months ago

Looks like the message can be too long to send to the APNS, we should check the message max length before sending.