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

A hack for boost 1.70.1 #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ASMfreaK
Copy link

This is a very hacky solution, but if I understand correctly, it is the way to go.
Fixes #11

Signed-off-by: delphi <cpp.create@gmail.com>
@biddisco
Copy link

Doesn't compile against boost 1.73 - you don't have a patch for that do you by any chance? Didn't look at it closely, but it looks like an executor context type problem in the websocket constructor.

@biddisco
Copy link

I had a play with the code and found that everything works fine if you simply use the beast ssl_stream that is available in later boost versions.
I pushed my branch here https://github.com/biddisco/belle/tree/beast_ssl

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.

Current version is incompatible with Boost 1.70.0
2 participants