I am developing an app which communicates with server. Often communication drops and works again only when i terminate the app and relaunch it. from the device logs i found this error message
<Error>: tcp_connection_destination_setup_socket_events 211705 kqueue() failed Too many open files
i went through the following post,but did not understand anything, help me out on the root cause and how to fix this .