Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate SOCKET_TIMEOUT option #101

Closed
wants to merge 1 commit into from
Closed

Deprecate SOCKET_TIMEOUT option #101

wants to merge 1 commit into from

Conversation

jchrys
Copy link
Collaborator

@jchrys jchrys commented Apr 22, 2023

Motivation:
The SOCKET_TIMEOUT option has been identified as a NO-OP, meaning it has no effect on the underlying connection. To reduce confusion and potential issues for users, it is necessary to deprecate this option.

Modification:
Added a deprecation annotation to the SOCKET_TIMEOUT option and included a log warning message to inform users that the option is not supported and will be ignored.

Result:
The SOCKET_TIMEOUT option is now marked as deprecated, and users will be notified with a log warning message if they attempt to use it. This change encourages users to remove any references to SOCKET_TIMEOUT in their code.

Motivation:
The SOCKET_TIMEOUT option has been identified as a NO-OP, meaning it has
no effect on the underlying connection. To reduce confusion and
potential issues for users, it is necessary to deprecate this option.

Modification:
Added a deprecation annotation to the SOCKET_TIMEOUT option and included
a log warning message to inform users that the option is not supported
and will be ignored.

Result:
The SOCKET_TIMEOUT option is now marked as deprecated, and users will be
notified with a log warning message if they attempt to use it. This
change encourages users to remove any references to SOCKET_TIMEOUT in
their code.
@jchrys jchrys closed this Apr 22, 2023
@jchrys jchrys deleted the deprecate-so-timeout branch April 22, 2023 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant