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
DefaultSocketChannelConfiguration is missing SetOption overload resulting in failure to accept Socket-specific options through generic SetOption way.
The text was updated successfully, but these errors were encountered:
nayato
changed the title
Enables setting options specific to DefaultSocketChannelConfiguration
DefaultSocketChannelConfiguration.SetOption is broken
Feb 10, 2016
…fixAzure#68)
Motivation:
Fix a bug that breaks setting options specific to socket-based channel implementations
Modifications:
Added SetOption overload accepting socket-specific options to DefaultSocketChannelConfiguration
Result:
It is possible to modify send/receive buffer size and other settings through SetOption on Bootstrap.
DefaultSocketChannelConfiguration
is missingSetOption
overload resulting in failure to accept Socket-specific options through genericSetOption
way.The text was updated successfully, but these errors were encountered: