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

log/syslog: timeout setting #62285

Closed
SouL-H opened this issue Aug 25, 2023 · 3 comments
Closed

log/syslog: timeout setting #62285

SouL-H opened this issue Aug 25, 2023 · 3 comments
Labels
WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@SouL-H
Copy link

SouL-H commented Aug 25, 2023

gopls version

go version go1.19.2 darwin/arm64

What did you do?

Creating a TCP connection with .Dial in the log/syslog library. However, there is no feature that I can assign a timeout for this connection by default.

What did you expect to see?

A config field where I will specify a timeout.

What did you see instead?

I cannot set a timeout.

@SouL-H SouL-H added gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository. labels Aug 25, 2023
@gopherbot gopherbot added this to the Unreleased milestone Aug 25, 2023
@findleyr
Copy link
Contributor

Hi, I don't believe this is a gopls issue. It sounds like you are filing a feature request to add a DialTimeout function (or equivalent) to the log/syslog package.

If that's what you intend, could you please open a proposal issue following the documented proposal process?

@findleyr findleyr added WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. and removed gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository. labels Aug 28, 2023
@findleyr findleyr changed the title x/tools/gopls: log/syslog timeout setting log/syslog: timeout setting Aug 28, 2023
@SouL-H
Copy link
Author

SouL-H commented Aug 28, 2023

I'm sorry, you're right, this is not the place. I will open the subject again via the link you provided. Thank you.

Hi, I don't believe this is a gopls issue. It sounds like you are filing a feature request to add a DialTimeout function (or equivalent) to the log/syslog package.

If that's what you intend, could you please open a proposal issue following the documented proposal process?

I'm sorry, you're right, this is not the place. I will open the subject again via the link you provided. Thank you.

@findleyr
Copy link
Contributor

Thanks, I will close this then in favor of the new issue you will file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

3 participants