Skip to content

Use net.ErrClosed

Use net.ErrClosed #253

Triggered via pull request October 13, 2023 05:22
Status Failure
Total duration 1h 1m 4s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
lint: accept.go#L286
func acceptWebkitDeflate is unused (U1000)
lint: autobahn_test.go#L41
var forceAutobahnCases is unused (U1000)
lint: compress.go#L218
argument should be pointer-like to avoid allocations (SA6002)
lint: conn_test.go#L20
"github.com/golang/protobuf/ptypes" is deprecated: Well-known types have specialized functionality directly injected into the generated packages for each message type. See the deprecation notice for each function for the suggested alternative. (SA1019)
lint: conn_test.go#L276
ptypes.DurationProto is deprecated: Call the durationpb.New function instead. (SA1019)
lint: frame_test.go#L58
(*math/rand.Rand).Intn(n) generates a random value 0 <= x < n; that is, the generated values don't include n; r.Intn(1) therefore always returns 0 (SA4030)
lint: internal/test/assert/assert.go#L9
"github.com/golang/protobuf/proto" is deprecated: Use the "google.golang.org/protobuf/proto" package instead. (SA1019)
lint: netconn.go#L203
should use time.Until instead of t.Sub(time.Now()) (S1024)
lint: netconn.go#L213
should use time.Until instead of t.Sub(time.Now()) (S1024)
lint: wspb/wspb.go#L9
"github.com/golang/protobuf/proto" is deprecated: Use the "google.golang.org/protobuf/proto" package instead. (SA1019)
test
Process completed with exit code 1.