Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

keep loging missing server connection for kctconnectioninvalidatednotification

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?

like image 716
Wong Sam Avatar asked Dec 20 '17 11:12

Wong Sam


1 Answers

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).
like image 129
Mahir Tayir Avatar answered Sep 19 '22 00:09

Mahir Tayir