Steven
Steven
json: cannot unmarshal number into Go struct field SubscriptionNotification.original_transaction_id of type string Seems this is set to string in the struct when apple are sending a long. https://developer.apple.com/documentation/appstoreservernotifications/responsebodyv1
To support the work related to materialization, this pull request introduces new message fields and actions handling. Added `MessageAction` enum to represent different message `actions`. Added `serial` to the message,...
- Provides a way to listen for presence set changes, as well as the presence message that moved the set into its current state. - Also exposes the current sync...
## Description ### Checklist - [ ] Commits have been rebased. - [ ] Linting has been run against the changed file(s). - [ ] The PR adheres to the...