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
I am trying the below code but when testing with telnet connection, the connection stays online forever even if no data is sent to the server via telnet
I am trying the below code but when testing with telnet connection, the connection stays online forever even if no data is sent to the server via telnet
var opts = []netpoll.Option{ netpoll.WithReadTimeout(10 * time.Second), netpoll.WithIdleTimeout(2 * time.Minute), netpoll.WithOnPrepare(onPrepare), }
The text was updated successfully, but these errors were encountered: