Add ws reconnection #347
Annotations
10 errors and 1 warning
|
clients/iota-go/iotaconn/websocket.go#L42
Error return value of `c.reconnect` is not checked (errcheck)
|
|
packages/testutil/l1starter/local_node.go#L87
Error return value of `container.Terminate` is not checked (errcheck)
|
|
packages/testutil/l1starter/local_node.go#L93
Error return value of `container.Terminate` is not checked (errcheck)
|
|
packages/testutil/l1starter/local_node.go#L116
Error return value of `in.container.Terminate` is not checked (errcheck)
|
|
clients/iota-go/hw_ledger/ledger-go/ledger_hid.go#L228
typeUnparen: could simplify (byte) to byte (gocritic)
|
|
clients/iota-go/iotasigner/derive.go#L25
regexpSimplify: can re-write `^m(\/[0-9]+')+$` as `^m(/\d+')+$` (gocritic)
|
|
clients/iota-go/iotaconn/websocket.go#L402
deferInLoop: Possible resource leak, 'defer' is called in the 'for' loop (gocritic)
|
|
clients/iota-go/iotaconn/websocket.go#L418
deferInLoop: Possible resource leak, 'defer' is called in the 'for' loop (gocritic)
|
|
clients/iota-go/iotaclient/api_read.go#L12
evalOrder: may want to evaluate c.transport.Call(ctx, &resp, getChainIdentifier) before the return statement (gocritic)
|
|
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)
|
|
|
The logs for this run have expired and are no longer available.
Loading