Add an end-to-end test for the NACK sender. #4097
Annotations
6 errors and 1 warning
golangci-lint:
interceptor_test.go#L331
Error return value of `pc1.Close` is not checked (errcheck)
|
golangci-lint:
interceptor_test.go#L343
Error return value of `pc2.Close` is not checked (errcheck)
|
golangci-lint:
interceptor_test.go#L391
unused-parameter: parameter 'receiver' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
interceptor_test.go#L297
const `numPackets` is unused (unused)
|
golangci-lint:
interceptor_test.go#L367
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
golangci-lint
issues found
|
Install Go
Restore cache failed: Dependencies file is not found in /home/runner/work/webrtc/webrtc. Supported file pattern: go.sum
|
Loading