x/tools/internal/jsonrpc2_v2: eliminate heuristics for “closing errors” #56281
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
x/tools/internal/jsonrpc2_v2
currently uses a set of imperfect heuristics to filter out errors that may be caused by closing a connection.In CL 388599, @adonovan suggested that it may be simpler to report the first error that we encounter. I agree, but I think that will take a nontrivial effort to disentangle. This issue is to follow up on that cleanup (and perhaps fix any bugs that it uncovers) once my main stack of
jsonrpc2_v2
fixes lands.The text was updated successfully, but these errors were encountered: