Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.
This repository was archived by the owner on May 5, 2025. It is now read-only.

Issue when connection is already in use. #20

@olymk2

Description

@olymk2

Related to #19 I think your hunch was correct, basically I am starting a container attaching to the logs and then waiting on the container so I can follow the logs until completion.

because logs is watching the stream on conn and wait is using conn this is causing issues, creating conn2 and used that for logs and conn1 for all other steps and that seems to be working for now.

for my purposes this is fine, I guess might be worth a note some where unless you implement the multiplexing solution you talked about.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthammockChannel your inner Rich Hickeyhelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions