You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I call the Wormholy.enable(_:sessionConfiguration:) to disable logging of network traffic on either the URLSessionConfiguration.default or URLSessionConfiguration.ephemeral, the next time either of those configurations are referenced, Wormholy will re-enable logging for those configurations as the swizzled accessors in NSURLSessionConfiguration+Wormholy automatically enable logging.
As of now, I'm not really sure how to completely disable logging without completely removing the framework.
The text was updated successfully, but these errors were encountered:
colinhumber
changed the title
Wormholy is re-enabled when referencing default or ephemeral session configs after disabling
Wormholy is re-enabled when referencing default or ephemeral session configs after being previously disabling
Oct 26, 2019
Hi there!
Thanks for discovering this bug.
I think I understand where the problem is, but I'm not able to test it.
Do you have a test project, where can I replicate this issue?
If I call the
Wormholy.enable(_:sessionConfiguration:)
to disable logging of network traffic on either theURLSessionConfiguration.default
orURLSessionConfiguration.ephemeral
, the next time either of those configurations are referenced, Wormholy will re-enable logging for those configurations as the swizzled accessors inNSURLSessionConfiguration+Wormholy
automatically enable logging.As of now, I'm not really sure how to completely disable logging without completely removing the framework.
The text was updated successfully, but these errors were encountered: