29

When my project running face recognition module will continue to output:

Missing server connection for kCTConnectionInvalidatedNotification.

enter image description here

What could be causing the issue? how can I resolve it?

Wong Sam
  • 347
  • 3
  • 9

1 Answers1

1

If you used some socket connection , you have to pay attention:

  1. To send heart bit package periodically to your server.
  2. When client loses client, you have to reconnect to your server (unless you don't want it).
Tiago Martins Peres
  • 14,289
  • 18
  • 86
  • 145