Skip to content

perf: concurrent notify node on register (#1327) #1107

perf: concurrent notify node on register (#1327)

perf: concurrent notify node on register (#1327) #1107

Triggered via push November 13, 2023 05:09
Status Failure
Total duration 5m 15s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: internal/api/msg.go#L292
shadow: declaration of "err" shadows declaration at line 287 (govet)
lint: internal/msggateway/client.go#L79
func `newClient` is unused (unused)
lint: internal/msggateway/hub_server.go#L153
S1002: should omit comparison to bool constant, can be simplified to `client.IsBackground` (gosimple)
lint: internal/msggateway/long_conn.go#L106
S1008: should use 'return d.conn == nil' instead of 'if d.conn != nil { return false }; return true' (gosimple)
lint: internal/msggateway/n_ws_server.go#L60
var `bufferPool` is unused (unused)
lint: internal/msggateway/n_ws_server.go#L377
copylocks: call of log.ZInfo copies lock value: sync/atomic.Int64 contains sync/atomic.noCopy (govet)
lint: internal/msggateway/user_map.go#L61
copylocks: call of log.ZDebug copies lock value: github.com/openimsdk/open-im-server/v3/internal/msggateway.Client contains sync/atomic.Bool contains sync/atomic.noCopy (govet)
lint: internal/msggateway/user_map.go#L66
copylocks: call of log.ZDebug copies lock value: github.com/openimsdk/open-im-server/v3/internal/msggateway.Client contains sync/atomic.Bool contains sync/atomic.noCopy (govet)
lint: internal/msgtransfer/init.go#L55
shadow: declaration of "err" shadows declaration at line 51 (govet)
lint: internal/msgtransfer/init.go#L66
shadow: declaration of "err" shadows declaration at line 51 (govet)