Quinn,
Thank you for your response. This does confirm my understanding of NSXPCConnections.
This question was actually the result of attempting to debug contention between two "unit" tests in our code that would each succeed by themselves when run, but then sometimes fail when run in the suite. I think the crux of my issue here is that these are indeed not unit tests because we are using a dummy XPC service to facilitate responses to our XPC client abstraction test cases. Thank you for recommending the testing with the anonymous listener; this approach would remove our need of spooling-up the dummy XPC service in the first place.
Topic:
App & System Services
SubTopic:
Processes & Concurrency
Tags: