I have implemented the NEFilterDataProvider with the handleNewFlow method and it seems to be working for the most part, but there are some requests (which I can see with Proxyman) that aren't going through the filter. Is there a way to fix this?
Would a slow response to one flow cause another flow to bypass the filter?
Can multiple flows call handleNewFlow simultaneously or is it all run on a single thread?
Thanks
Post
Replies
Boosts
Views
Activity
Is there a way to use the NEFilterDataProvider to block traffic based on packet size?