Nolan Fuchs
Nolan Fuchs
Just a reminder to take a look at the SwiftLint errors and to get this merged in soon please. This is causing CI build fails with xcode 15.3 due to...
So I'm using Node.js and tried to replicate the function on a custom node from scratch (making a request to Apple's APN server). Using http2 gave me the same error...
I'm sending a single notification, yes. And the reason for http2 is the apple requirement for sending and receiving APNs (as they will only accept requests that way). I noticed...
Tested this on the latest build and is now working.
Same issue here. For anyone who needs it right now, it looks like `PageMap` now needs to conform to `IteratorProtocol` and `Collection`. By no means is this a fix, but...