-
Notifications
You must be signed in to change notification settings - Fork 649
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
Websocketpp 0.8.2 #1134
Comments
@dmarcosa I assigned this ticket to you in our 201904 Feature Release. Please help me by providing a Task List with some estimates for this Issue. It's not clear to me if it will involve removing our forked 0.7.0 websockets code and replacing it with the upstream 0.8.1 code. Thanks. |
Chances of evaluating changing the library? (possibly https://github.com/uNetworking/uWebSockets) |
@dmarcosa are you working on this? What's the status? |
I merged the master branch of zaphoyd/websocketpp into libraries/fc/vendor/websocketpp. That caused 1 small conflict (spacing), and compiled without error. Some fc tests fail. "fc_network/websocket_test": boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::system::system_error >: set_option: Bad file descriptor "api_tests/login_test": unknown type "api_tests/optionals_test": unknown type |
IIRC it does compile but isn't working properly, because upstream changed a hook where we set socket options or sth like that. |
Related: #1735 (comment) What steemit is doing to allow Boost 1.70 without upgrading websocketpp. |
It seems that Steem has upgraded to websocketpp 0.8.1 long before: steemit/steem#3119. Note: zaphoyd/websocketpp#794 (bitshares/websocketpp#3) is still needed. |
Update: websocketpp 0.8.2 was released with a fix for zaphoyd/websocketpp#794. |
User Story
Due to a bug or two in websocketpp 0.7.0, we forked websocketpp and applied patches by ourselves.
Now Websocketpp 0.8.1 has been released: https://github.com/zaphoyd/websocketpp/releases/tag/0.8.1.Update: websocketpp 0.8.2 was released with a fix for zaphoyd/websocketpp#794.
This ticket is for testing it.
CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: