trilemma-dev / SecureXPC

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

Adds ability to use an async error handler with `XPCServer` #74

Closed jakaplan closed 2 years ago

jakaplan commented 2 years ago

Also added tests to validate that the server's error handler actually gets called.

jakaplan commented 2 years ago

@amomchilov For your review. Unless I overlooked something (totally possible), this should complete adding async support within SecureXPC.