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
Is doesn't look there is a way to pass KeepAlive configuration (ref) to the underlying net.Dialer used by TCPDialer here. A simple approach might be to add another public field to the TCPDialer struct here, is that something that could be supported? I have a use-case that requires a shorter interval than the default, and it would be great to use the TCPDialer for it. Happy to contribute an implementation if it's welcome!
The text was updated successfully, but these errors were encountered:
Is doesn't look there is a way to pass KeepAlive configuration (ref) to the underlying net.Dialer used by TCPDialer here. A simple approach might be to add another public field to the TCPDialer struct here, is that something that could be supported? I have a use-case that requires a shorter interval than the default, and it would be great to use the TCPDialer for it. Happy to contribute an implementation if it's welcome!
The text was updated successfully, but these errors were encountered: