I'm using xpc_connection_send_message_with_reply() to send a request and wait for reply. I also have an event_handler setup that's listening to any possible errors from the connection. In both these cases, I'm receiving CONNECTION_INTERRUPTED error instead of XPC_ERROR_PEER_CODE_SIGNING_REQUIREMENT in client when I use xpc_connection_set_peer_code_signing_requirement() to check code-signing requirement from server.
Post
Replies
Boosts
Views
Activity
I'm using xpc_connection_send_message_with_reply() to send a message and wait for reply. I'm just receiving connection interrupted error with this.