You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I noticed that the write wait is 10 seconds and the ping wait is 60 seconds by default in the servertimeout configuration.
My question is: Can we set the ping wait for each client individually? like per session ?
Currently, charger's heartbeat interval is set by the interval specified in BootConfiguration.conf. By using server code, we can ensure that heartbeat will always be less than ping wait; however, if this is added as a configuration key that the user can change, the server should also handle the situation in which the user's specified heartbeat exceeds ping wait.
Please help to solve the problem
The text was updated successfully, but these errors were encountered:
Hi, I noticed that the write wait is 10 seconds and the ping wait is 60 seconds by default in the servertimeout configuration.
My question is: Can we set the ping wait for each client individually? like per session ?
Currently, charger's heartbeat interval is set by the interval specified in BootConfiguration.conf. By using server code, we can ensure that heartbeat will always be less than ping wait; however, if this is added as a configuration key that the user can change, the server should also handle the situation in which the user's specified heartbeat exceeds ping wait.
Please help to solve the problem
The text was updated successfully, but these errors were encountered: