The es_copy_message function is deprecated and there are no alternatives provided.
https://developer.apple.com/documentation/endpointsecurity/3228861-es_copy_message
Currently, we copy incoming messages so that we can respond to messages later on a different dispatch queue/thread.
Is there a change in ownership of incoming messages or is there something that I am missing here?
https://developer.apple.com/documentation/endpointsecurity/3228861-es_copy_message
Currently, we copy incoming messages so that we can respond to messages later on a different dispatch queue/thread.
Is there a change in ownership of incoming messages or is there something that I am missing here?