trilemma-dev / SecureXPC

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

Throw an error when attempting to reconnect to an anonymous server #43

Closed jakaplan closed 2 years ago

jakaplan commented 2 years ago

Fixes #37

Now when using trying to send a message to a no longer operational anonymous server after the connection has become interrupted, XPCError.connectionCannotBeReestablished will be thrown. "Server Termination Integration Test" has been written to validate this behavior.

jakaplan commented 2 years ago

@amomchilov for your review when you have time

jakaplan commented 2 years ago

@amomchilov changes ready for your review