We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When ws client is stopped, it closes the connection here
opamp-go/client/wsclient.go
Lines 84 to 90 in 06011e4
opamp-go/client/internal/clientcommon.go
Lines 151 to 156 in 06011e4
Unexpected error while receiving: read tcp 127.0.0.1:53775->127.0.0.1:53774: use of closed network connection
The text was updated successfully, but these errors were encountered:
Running into this one consistently:
2023-11-22T22:18:00.217-0800 ERROR internal/wsreceiver.go:53 Unexpected error while receiving: read tcp 127.0.0.1:33992->127.0.0.1:4320: use of closed network connection github.com/open-telemetry/opamp-go/client/internal.(*wsReceiver).ReceiverLoop /home/portertech/go/pkg/mod/github.com/open-telemetry/opamp-go@v0.10.0/client/internal/wsreceiver.go:53 github.com/open-telemetry/opamp-go/client.(*wsClient).runOneCycle /home/portertech/go/pkg/mod/github.com/open-telemetry/opamp-go@v0.10.0/client/wsclient.go:244 github.com/open-telemetry/opamp-go/client.(*wsClient).runUntilStopped /home/portertech/go/pkg/mod/github.com/open-telemetry/opamp-go@v0.10.0/client/wsclient.go:266 github.com/open-telemetry/opamp-go/client/internal.(*ClientCommon).StartConnectAndRun.func1 /home/portertech/go/pkg/mod/github.com/open-telemetry/opamp-go@v0.10.0/client/internal/clientcommon.go:199
Sorry, something went wrong.
Gracefully shutdown of the websocket client (#213)
c7fc585
Resolves #163 Co-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.com> Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com> Co-authored-by: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com>
Successfully merging a pull request may close this issue.
When ws client is stopped, it closes the connection here
opamp-go/client/wsclient.go
Lines 84 to 90 in 06011e4
opamp-go/client/internal/clientcommon.go
Lines 151 to 156 in 06011e4
The text was updated successfully, but these errors were encountered: