Tom Kraina

Results 5 comments of Tom Kraina

I have created a sample project demonstrating this issue: https://github.com/tomaskraina/NFXProtocolPlayground However, my knowledge regarding `URLProtocol` is not yet that advanced to fix this issue.

Update: I've added another test case covering a request made using Alamofire. Turns out, it's only when using Alamofire the request times out. It seems that when using just `URLSession`...

Might be related: https://github.com/kasketis/netfox/issues/178

@omz Would love to merge this one too! ;)

> I can see that it is fixed even though the comment is supposed to prohibit it. However, the fix that is applied looks correct per se. I can't reproduce...