Skip to content

TCP connection is not released #152

@elasticondo

Description

@elasticondo

When calling

dockerize -wait tcp://sut:10000 <cmd>

dockerize will not release the TPC connection until the <cmd> has finished. This is problematic if the <cmd> requires the TCP connection.

Is this intentional because I do not see the connection being closed within the source code (I am not proficient with go at all).

if conn != nil {

If this is intentional, how to circumvent that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions