Steven Egoavil
Steven Egoavil
Hello there, I’d like to get a crack at solving this issue. I read through your post and I believe I can help. My plan is to wrap the unsynchronized...
Just a quick followup, I submitted a PR to address this issue here: (https://github.com/ethereum/go-ethereum/pull/32035). The fix wraps the unsynchronized read in RLock(), includes a race test, and follows the repo's...
I submitted PR [#32035](https://github.com/ethereum/go-ethereum/pull/32035) to fix the data race in rpcstack.go. An alternative fix has been merged successfully into the repo. Please let me know if there are any other...