Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

use the ResourceManager #110

Merged
merged 1 commit into from
Jan 18, 2022
Merged

use the ResourceManager #110

merged 1 commit into from
Jan 18, 2022

Conversation

marten-seemann
Copy link
Contributor

tcp.go Outdated
return nil, err
}
if err := connScope.SetPeer(p); err != nil {
return nil, err
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need a Done if it fails I think -- should we do that automagically?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah we definitely need a Done, we own it at this point.

Copy link

@vyzo vyzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in the failure path!

tcp.go Outdated Show resolved Hide resolved
Copy link

@vyzo vyzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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