millenomi / swapkit

SwapKit facilitates IPC between iPhone applications on iPhone OS 3 and later.
http://infinite-labs.net/swapkit
Other
76 stars 3 forks source link

Pasteboards may be orphaned if they're empty. #1

Closed millenomi closed 14 years ago

millenomi commented 14 years ago

SwapKit never sends an empty items array, but it may ignore and "leave there" an empty pasteboard when it receives one.

millenomi commented 14 years ago

a7af227cf370cda7166e5073a110792c4a750ba3 fixes this by introducing lifetime primitives and adding appropriate calls to didFinish…:.