-
Notifications
You must be signed in to change notification settings - Fork 648
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
Websocket server crashes on quit #1784
Comments
#1303 (comment) is related. When this issue got fixed, I think we can remove the sleep added in #1626. |
@abitmore, do you have any progress with this task? |
I've made some progress in my local repository. Waiting for bitshares/bitshares-fc#134 to be merged to avoid conflicts. |
Updated OP to describe the issue (at least I think) more accurately. Update: updated OP again, reverted last update and amended more info from #1782 (comment) into to OP. |
A simple shell script for testing:
|
Should be fixed by #2204. |
Bug Description
Reported in #1782 (comment):
Mentioned in #1782 (comment):
By the way, better sync
websocket_tls_server_impl
implementation details withwebsocket_server_impl
, ideally refactor the code to remove duplicate code (like bitshares/bitshares-fc#136).Impacts
Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
Steps To Reproduce
Starting
cli_wallet
with-H
then press Ctrl+D after a few seconds.See #1784 (comment) for a shell script for testing.
Host Environment
Ubuntu 16.04, boost 1.58, openssl 1.0.2g.
Additional Context (optional)
Witness_node is likely impacted by the same issue.
CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: