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

Fix for idleTimeout parameter of ConnectionSettings #6

Merged
merged 1 commit into from
Jun 2, 2022

Conversation

a-vezzoli-02
Copy link
Member

@a-vezzoli-02 a-vezzoli-02 commented Jun 2, 2022

If a connection is idle for more than the specified time in the idleTimeout settings, the connection will be closed and when a new one is requested, a new one is created instead of the same one being used.

The old behavior of the idleTimeout is replaced by the new property socketTimeout.

@a-vezzoli-02 a-vezzoli-02 self-assigned this Jun 2, 2022
@a-vezzoli-02 a-vezzoli-02 added the bug Something isn't working label Jun 2, 2022
@a-vezzoli-02 a-vezzoli-02 added this to the Fixes and tests milestone Jun 2, 2022
@a-vezzoli-02 a-vezzoli-02 linked an issue Jun 2, 2022 that may be closed by this pull request
@sonarcloud
Copy link

sonarcloud bot commented Jun 2, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@a-vezzoli-02 a-vezzoli-02 merged commit 4cd0db8 into pre-0.1.3 Jun 2, 2022
@a-vezzoli-02 a-vezzoli-02 deleted the pre-0.1.3-idle branch June 2, 2022 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ConnectionString.idleTimeout not working as intended
1 participant