web3.js: rpc-websockets
has been observed entering a corrupt state
#25578
Labels
web3.js
Related to the JavaScript client
Problem
Through the repro at #25322 I have observed
rpc-websockets
get into a state where it callsthis.socket.send(...)
afterthis.socket
has becomeundefined
. There is either a race condition in our code or in theirs.Proposed Solution
Debug the conditions under which this happens, and fix it.
The text was updated successfully, but these errors were encountered: