unispeech / unimrcp

Open source cross-platform implementation of MRCP protocol
http://www.unimrcp.org
Apache License 2.0
379 stars 167 forks source link

Add TCP keepalive mechanism #273

Open Mickaelh51 opened 4 years ago

Mickaelh51 commented 4 years ago

PR about this ticket: https://groups.google.com/forum/#!topic/unimrcp/3NCglz4dpzs When mrcp client doesn't send TCP/FIN, unimrcp server can use TCP keepalive mechanism to detect idle session and destroy it cleanly https://www.tldp.org/HOWTO/html_single/TCP-Keepalive-HOWTO/

achaloyan commented 4 years ago

This change will not fix the root cause of the problem and other associated resources may remain in use. See my response to your post.