We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ethereum Client: Parity/v1.8.2-beta-1b6588c-20171025/x86_64-linux-gnu/rustc1.21.0 web3.js: 1.0.0-beta.29 Node: 8.9.1 Provider: Websocket
The below code misses one or two blocks once in a while.
This is how I'm using the subscribe
var blockWatcher = web3ws.eth.subscribe('newBlockHeaders',function(err,res){ if(err){ logger.error('coudlnot subscribe to latest blocks',err); process.exit(-1); } //logger.debug('succefully subscribed to latest blocks',res); }); blockWatcher.on('data', function(blockHeader) { //process block });
Am I missing something here?
The text was updated successfully, but these errors were encountered:
That can be problem of Parity.
Sorry, something went wrong.
Same problem here.
This has to be an issue of the connected node.
nivida
No branches or pull requests
Ethereum Client: Parity/v1.8.2-beta-1b6588c-20171025/x86_64-linux-gnu/rustc1.21.0
web3.js: 1.0.0-beta.29
Node: 8.9.1
Provider: Websocket
The below code misses one or two blocks once in a while.
This is how I'm using the subscribe
Am I missing something here?
The text was updated successfully, but these errors were encountered: