Skip to content

Conversation

@vinagrito
Copy link

This is not a final version but it attempts to address the main issues found and it got spread to other areas as a result of the initial change

The push/1 & push_list/1 functions are not currently using the advantages of having a custom struct PushMessage. Even further, both methods are piping the incoming message/s map/s in order to cast them but at the end of each method the orinal passed arguments are sent to Expo.
This just means that the incoming data could say anything because something else is being sent. And, also, lists are not being ckunked every 100, so it does't seem to be possible to send more than 100 push notifications

Again, this is not a final version but it may be a place to start the refactor
@rdrop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant