trilemma-dev / SecureXPC

A simple and secure XPC framework for Swift
MIT License
73 stars 15 forks source link

Check reply status #133

Open vincent-le-normand opened 1 year ago

vincent-le-normand commented 1 year ago

When sending a reply, check if it succeed or not. If it fails, send a failure instead of a success.

Note that a unit test was causing this case, therefore I updated it.