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

Fix websocket client crash on quit #136

Merged
merged 3 commits into from
May 27, 2019
Merged

Fix websocket client crash on quit #136

merged 3 commits into from
May 27, 2019

Conversation

abitmore
Copy link
Member

Fixed a crash-on-quit issue, see bitshares/bitshares-core#1695 (comment).

By the way, refactored websocket_client_impl class and websocket_tls_client_impl class, moved duplicate code to a template class.

Removes unnecessary differences between websocket_client_impl and websocket_tls_client_impl.
Copy link

@pmconrad pmconrad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't reproduce the crash anymore.

@abitmore
Copy link
Member Author

abitmore commented May 27, 2019

Will refactor the ws server classes in the same way in a new PR (will need to resolve conflicts due to #134).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants