We have a client-server application, and we send client data to Socket.
The API’s are giving no error scenario but the connection is terminated from kernel level.
Can you guide me to any specific settings to fix the issue.?
Also, Is there any minimum or maximum connection settings we need to set for this?
I noticed that the socket connection was closed after 5 minutes. The default timeout for the socket connection when there is an inactivity is 5 minutes. Will you let us know the steps to override this 5-minute duration?