Post

Replies

Boosts

Views

Activity

Comment on Why is xpc_connection_set_peer_code_signing_requirement() closing the connection instead of returning XPC_ERROR_PEER_CODE_SIGNING_REQUIREMENT?
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.
3w