Missing server connection for kCTConnectionInvalidatedNotification

Hey guys,

I use the webview-protocol to Intercept wkwebview's net requests when my application running, and the xcode print "Missing server connection for kCTConnectionInvalidatedNotification" when the wkwebview requesting a resource from the server.


Such as: I request "https://google.com" in my wkwebview, this website will display some pictures and labels, I intercept the requests and return resources from application's local database, then the xcode show "Missing server connection for kCTConnectionInvalidatedNotification", what dose this means?


Thanks for advance.