trilemma-dev / SecureXPC

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

Always sets connection to nil when interrupted #71

Closed jakaplan closed 2 years ago

jakaplan commented 2 years ago

Fixes #70

Updates detailed comment to explain why this is

jakaplan commented 2 years ago

I tested this branch against the scenario described in #70 and confirmed it now works as expected, the send in step 4 now succeeds.

jakaplan commented 2 years ago

@amomchilov for your review. It'd be beneficial reading through #70 first for context.

jakaplan commented 2 years ago

@amomchilov friendly ping if you have a few minutes to take a look