As title, I try to call CFSocketCreateRunLoopSource() function to add my CFSocket to the Run Loop. It added successfully in App Extension. But, In System extensions it did not.
What's happening? I can't find any documentation about that Run Loop in System Extension.
Can anybody help me. Tell me what's happening?
Thank You.
Code Block CFSocketCreateRunLoopSource(_,_,_)
It does not return any results. There is no way to check that it get called successfully or not. So, I use Code Block CFRunLoopRunInMode(_,_,_)
to check that if a source added successfully the status of Run Loop' status is must not Finish. But it aways return Finish.What's happening? I can't find any documentation about that Run Loop in System Extension.
Can anybody help me. Tell me what's happening?
Thank You.