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: timeout and shutdown #121

Merged
merged 2 commits into from Apr 8, 2024
Merged

Commits on Mar 13, 2024

  1. fix: timeout and shutdown

    Fix waitForPruneCondition timeout handling which was not resetting the
    connection timeout when new connections came in resulting in the reaper
    shutting down incorrectly.
    
    Don't log EOF errors.
    
    Add buffer to connection channels so we don't block the accepting
    goroutine.
    
    Fixes testcontainers/testcontainers-go#2348
    stevenh committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6c20ef2 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    707a83c View commit details
    Browse the repository at this point in the history