solidDoWant
solidDoWant
FWIW I'm running into the exact same issue on a number of AWS resources. Take VPC endpoints for example. If I make a change the forces a delete/create (not a...
Any suggestion on how to implement this in CI/CD pipelines?
Seeing this on v0.362.0 as well. Using the `Dev Containers: Reopen in Container` command negates the issue on this version as well.
Opened here: https://github.com/tarioch/flux-check-hook/pull/3 What platform/shell are you using? I'd like to verify the issue for my own sanity
I'm getting the same issue with [Insurgency](https://store.steampowered.com/app/222880/Insurgency/). I can confirm that other rcon clients can connect without error from within the container. Here's the output with debug logging: ``` /...
@galexrt thanks for the change. I built it locally, but FYI I am unable to build a container image via `make docker` as the dockerfile depends on a non-existent `.build`...
I'm getting a similar issue with RCON mode enabled. I've filed a fix PR here: https://github.com/galexrt/srcds_exporter/pull/8. Would you mind cutting a new release if you approve and merge this PR?...
Regarding this issue (with ServerQuery instead of RCON mode), Golang is reporting that the UDP connection to the server is closed when [this call](https://github.com/xv-chang/rconGo/blob/main/core/ServerQuery.go#L61) is made in the underlying serverquery...