Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web3.js: rpc-websockets has been observed entering a corrupt state #25578

Closed
steveluscher opened this issue May 26, 2022 · 0 comments · Fixed by #29195
Closed

web3.js: rpc-websockets has been observed entering a corrupt state #25578

steveluscher opened this issue May 26, 2022 · 0 comments · Fixed by #29195
Labels
web3.js Related to the JavaScript client

Comments

@steveluscher
Copy link
Contributor

Problem

Through the repro at #25322 I have observed rpc-websockets get into a state where it calls this.socket.send(...) after this.socket has become undefined. There is either a race condition in our code or in theirs.

Proposed Solution

Debug the conditions under which this happens, and fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web3.js Related to the JavaScript client
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant