Provide SCTP Association OnClose callback #3907
lint.yaml
on: pull_request
lint
/
Metadata
15s
lint
/
Go
44s
Annotations
5 errors and 3 warnings
lint / Go:
sctptransport.go#L241
Error return value of `dc.Close` is not checked (errcheck)
|
lint / Go:
sctptransport_test.go#L71
Error return value of `dc.Send` is not checked (errcheck)
|
lint / Go:
sctptransport_test.go#L94
Error return value of `dc.Send` is not checked (errcheck)
|
lint / Go:
sctptransport_test.go#L114
Error return value of `offerPC.Close` is not checked (errcheck)
|
lint / Go
issues found
|
lint / Metadata
Restore cache failed: Dependencies file is not found in /home/runner/work/webrtc/webrtc. Supported file pattern: go.sum
|
lint / Go
Restore cache failed: Dependencies file is not found in /home/runner/work/webrtc/webrtc. Supported file pattern: go.sum
|
lint / Go:
sctptransport_test.go#L70
unused-parameter: parameter 'msg' seems to be unused, consider removing or renaming it as _ (revive)
|