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
When setting the keepalive interval, it appears that an invalid value is used. This appears to be caused by unit conversion issues. Specifically, instead of converting from millis -> seconds before transmission, the keepalive is provided as nanoseconds.
The text was updated successfully, but these errors were encountered:
When setting the keepalive interval, it appears that an invalid value is used. This appears to be caused by unit conversion issues. Specifically, instead of converting from millis -> seconds before transmission, the keepalive is provided as nanoseconds.
The text was updated successfully, but these errors were encountered: