in iOS12 we use WKURLSchemeHandler to handle "http" request ,but it raise the exception here is the log
if I keep the WKURLSchemeTask then the request can not be stoped,it keep loadding
above iOS13.0 every thing is ok,any help?
in iOS12 we use WKURLSchemeHandler to handle "http" request ,but it raise the exception here is the log
if I keep the WKURLSchemeTask then the request can not be stoped,it keep loadding
above iOS13.0 every thing is ok,any help?
Always call WebKit functions and methods from your app’s main thread or main dispatch queue.
Moving dealloc call to main thread may resolve your issue.