accept-sdk-ios icon indicating copy to clipboard operation
accept-sdk-ios copied to clipboard

fix memory leak

Open Shvier opened this issue 4 years ago • 0 comments

In this line, class HTTP has been set as URLSession's delegate, and URLSessionDelegate is a strong reference property, not weak reference.

see more details in this issue

Shvier avatar Mar 13 '20 03:03 Shvier