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
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Current release version has a bug. There are no Socket Timeout.
Even, 0.9.0 SNAPSHOT has same bug.
see this commit -> dd8f553
SO_TIMEOUT is OIO setting value. Unknown channel option 'SO_TIMEOUT' for channel
it is NOT for reactor Netty!!
Hi
Current release version has a bug. There are no Socket Timeout.
Even, 0.9.0 SNAPSHOT has same bug.
see this commit -> dd8f553
SO_TIMEOUT is OIO setting value.
Unknown channel option 'SO_TIMEOUT' for channel
it is NOT for reactor Netty!!
please read below document
https://projectreactor.io/docs/netty/release/reference/index.html#_lifecycle_callbacks_2
here is sample code
tcpClient.doOnConnected { it.addHandler(ReadTimeoutHandler(connectTimeout.toMillis(), TimeUnit.MILLISECONDS)) }
please fix ASAP.
Thank you!
The text was updated successfully, but these errors were encountered: