Communicator icon indicating copy to clipboard operation
Communicator copied to clipboard

with watchOS 11, I am seeing a new crash using the WKWatchConnectivityRefreshBackgroundTask per instructions

Open orff opened this issue 9 months ago • 0 comments

When using communicator to handle the WKWatchConnectivityRefreshBackgroundTask, it will occasionally crash in wOS11 after sendng a message while the watch is in the AOD state.

case let connectivityTask as WKWatchConnectivityRefreshBackgroundTask:
//            // Let Communicator handle the task!
            Communicator.shared.task = connectivityTask

As a workaround, you can disable or remove the task. This will result in no communication during AOD, but resolve the crash.

orff avatar Mar 25 '25 15:03 orff