Keep connection with the missing server for kctconnectioninvalidatednotification

When my project running the face recognition module continues to output:

There is no server connection for kCTConnectionInvalidatedNotification.

enter image description here

What could be causing the problem? how can i solve this?

+28
ios objective-c xcode swift face-recognition
source share
1 answer

If you used some kind of socket connection, you need to pay attention:

  1. Periodically send a server bit to the server.
  2. When the client loses the client, you need to connect to the server (if you do not want this).
0
source share

All Articles