Add ws reconnection #347
Annotations
10 errors and 3 warnings
|
Lint:
clients/iota-go/iotaconn/websocket.go#L42
Error return value of `c.reconnect` is not checked (errcheck)
|
|
Lint:
packages/testutil/l1starter/local_node.go#L87
Error return value of `container.Terminate` is not checked (errcheck)
|
|
Lint:
packages/testutil/l1starter/local_node.go#L93
Error return value of `container.Terminate` is not checked (errcheck)
|
|
Lint:
packages/testutil/l1starter/local_node.go#L116
Error return value of `in.container.Terminate` is not checked (errcheck)
|
|
Lint:
clients/iota-go/hw_ledger/ledger-go/ledger_hid.go#L228
typeUnparen: could simplify (byte) to byte (gocritic)
|
|
Lint:
clients/iota-go/iotasigner/derive.go#L25
regexpSimplify: can re-write `^m(\/[0-9]+')+$` as `^m(/\d+')+$` (gocritic)
|
|
Lint:
clients/iota-go/iotaconn/websocket.go#L402
deferInLoop: Possible resource leak, 'defer' is called in the 'for' loop (gocritic)
|
|
Lint:
clients/iota-go/iotaconn/websocket.go#L418
deferInLoop: Possible resource leak, 'defer' is called in the 'for' loop (gocritic)
|
|
Lint:
clients/iota-go/iotaclient/api_read.go#L12
evalOrder: may want to evaluate c.transport.Call(ctx, &resp, getChainIdentifier) before the return statement (gocritic)
|
|
Lint:
clients/iota-go/iotaclient/api_read.go#L33
evalOrder: may want to evaluate c.transport.Call(ctx, &resp, getEvents, digest) before the return statement (gocritic)
|
|
Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/isc-private/isc-private. Supported file pattern: go.sum
|
|
Build only
Restore cache failed: Dependencies file is not found in /home/runner/work/isc-private/isc-private. Supported file pattern: go.sum
|
|
Test (short)
Restore cache failed: Dependencies file is not found in /home/runner/work/isc-private/isc-private. Supported file pattern: go.sum
|