Conversation
75bfb96 to
334a094
Compare
Codecov Report
@@ Coverage Diff @@
## v0.x.x #3165 +/- ##
==========================================
+ Coverage 88.15% 88.37% +0.21%
==========================================
Files 165 165
Lines 17067 17079 +12
==========================================
+ Hits 15045 15093 +48
+ Misses 2022 1986 -36
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
Ready for review. The spurious error on CI happens tho. |
|
This is not fixing the issue IMO, for the same reason that previous changes didn't fix the issue. |
After shutting down nodes, there are cases where nodes crash because the handlers for Stoa are nullified. So this is a way to keep from crashing by using a handler structure itself not the index`.
334a094 to
a33b4a9
Compare
After shutting down nodes, there are cases where nodes crash
because the handlers for Stoa are nullified. So this is a way
to keep from crashing by using the handler structure itself, not
the index.
Fixes #2942