You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've started to get the following error pop up (using it via the dayz-exporter):
panic: send on closed channel goroutine 20 [running]: github.com/woozymasta/bercon-cli/pkg/bercon.(*Connection).startListening.func1() github.com/woozymasta/bercon-cli@v0.3.0/pkg/bercon/connection.go:340 +0x135 created by github.com/woozymasta/bercon-cli/pkg/bercon.(*Connection).startListening in goroutine 1 github.com/woozymasta/bercon-cli@v0.3.0/pkg/bercon/connection.go:309 +0x4f
It's only happening with one server, I have tried adjusting the timeouts with no luck, unsure if there's anything in the code that's sensitive to connection drops that may be causing this?
Thanks
The text was updated successfully, but these errors were encountered:
Hey!
I've started to get the following error pop up (using it via the dayz-exporter):
panic: send on closed channel goroutine 20 [running]: github.com/woozymasta/bercon-cli/pkg/bercon.(*Connection).startListening.func1() github.com/woozymasta/bercon-cli@v0.3.0/pkg/bercon/connection.go:340 +0x135 created by github.com/woozymasta/bercon-cli/pkg/bercon.(*Connection).startListening in goroutine 1 github.com/woozymasta/bercon-cli@v0.3.0/pkg/bercon/connection.go:309 +0x4f
It's only happening with one server, I have tried adjusting the timeouts with no luck, unsure if there's anything in the code that's sensitive to connection drops that may be causing this?
Thanks
The text was updated successfully, but these errors were encountered: