expo-community / expo-server-sdk-python

Exponent Server SDK
MIT License
146 stars 42 forks source link

Add chunking to multiple publishing #15

Closed onlined closed 3 years ago

onlined commented 6 years ago

Since Expo API limits a request to contain at most 100 messages, I thought that more than 100 messages should be sent in chunks, but transparently from the user.

julianpacker commented 3 years ago

hey @onlined thanks for the pull request!

I've actually implemented this feature in my change: https://github.com/expo-community/expo-server-sdk-python/pull/31/

If you think I'm missing something, feel free to comment on the pull request.

I think it's safe to close this pull request. If you disagree, please reopen the pull request.