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
socket.io.emit
Because there is no exception handler, block data cannot be saved and recovered. In function Stoa.recoverBlock(...) and Stoa.task(...)
await this.emitBlock(block); await this.emitBoaStats();
It would be nice to make the following exceptions so that the processing performed on the function can be completed.
try { await this.emitBlock(block); await this.emitBoaStats(); } catch (e) { }
It would also be important to find and resolve the cause of errors occurring at socket.io.emit.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Because there is no exception handler, block data cannot be saved and recovered.
In function Stoa.recoverBlock(...) and Stoa.task(...)
It would be nice to make the following exceptions so that the processing performed on the function can be completed.
It would also be important to find and resolve the cause of errors occurring at socket.io.emit.
The text was updated successfully, but these errors were encountered: