trilemma-dev / SecureXPC

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

`XPCServer` now supports specifying a target queue #31

Closed jakaplan closed 2 years ago

jakaplan commented 2 years ago

In order to support this, the server now holds an array of weak references to all of the connections that it has received

jakaplan commented 2 years ago

@amomchilov when you have a chance, would appreciate you taking a look. Is intended to be a very simple change, but there may be opportunities for improvement (such as is there a better way to have an array of weak references?)

jakaplan commented 2 years ago

@amomchilov want to take one more look over it? I believe I've addressed all of your points.