Hi,
I am debugging a service that sends mach message to my application. The message is sent using mach_msg api, and when I checked the port number using procexp, I saw that the port is connected to my app. But, when I debug the app, the message doesn't arrive to any variant of mach_msg api. It eventually arrives functions in libdispatch, like _dispatch_kevent_mach_msg_recv.
Are you familiar with this situation?
Thanks, Haim