fix(clique step_service): remove needless Arc#10690
Conversation
dvdplm
left a comment
There was a problem hiding this comment.
So I think this is good stuff, but you need the changes from #10689 and even then stop() is not getting called because Drop for Client fails (here).
Curious though: how do you know the Arc isn't needed? I find it hard to prove that an Arc is not needed (sure, I guess in this case you know that no code passes the StepService to diff threads?). How do you go about it?
|
It shouldn't compile then because Basically, this is all wrong either use Closing in favor of #10683 |
No description provided.