Skip to content

working implementation using NSConnection.

Latest
Compare
Choose a tag to compare
@h-haris h-haris released this 28 Apr 14:41
· 34 commits to master since this release
50a8020

This is the final commit using the longtime deprecated NSConnection / PDO mechanism. This is only working when the functionalities of the Controller and Tracker are communicating between threads inside the same process. Inter-process communication is not possible with (P)DO anymore as the processes are sandboxed. So dedicated device drivers in user space are not possible without using a different IPC mechanism. Next development goal will be switching to NSXPCConnection and the XPC mechanism.