-
- Notifications
You must be signed in to change notification settings - Fork 117
Closed
Description
Describe the bug
Neither APNSClient nor APNSResponse are Sendable, which means we can't call sendAlertNotification and friends from an actor-isolated context
To Reproduce
Steps to reproduce the behavior:
- Create an
actor - Give it an APNSClient
- Attempt to call
sendAlertNotificationfrom an isolated context
Expected behavior
It should work just fine since APNSResponse is just two UUIDs
Screenshots
Platform:
- OS: macOS
- Version 15.4
Additional context
Metadata
Metadata
Assignees
Labels
No labels