Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Fix the infinite recursion issue. #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vince-hz
Copy link

@vince-hz vince-hz commented Nov 5, 2024

When using this library with swift-nio 2.76.1, I encountered an issue where EventLoopFuture.flatMap led to infinite recursion. To resolve this, I renamed it to EventLoopFuture._flatMap.

Additionally, I updated the access level to internal, as it doesn’t appear necessary to expose it publicly.

@alexsteinerde
Copy link
Owner

Hey,

I'm no longer maintaining this package.
Please checkout this repo which has a much better coverage: https://github.com/m-barthelemy/DockerSwift

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants