octobanana / belle

An HTTP / Websocket library in C++17 using Boost.Beast and Boost.ASIO.

Home Page:https://octobanana.com/software/belle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Current version is incompatible with Boost 1.70.0

Asmozan opened this issue · comments

Websocket_Base: no known conversion for argument 1 from boost::asio::execution_context to boost::asio::io_context

Thanks for the heads up! I'm developing on Arch Linux where the latest version of Boost available is 1.69.0. It looks like Boost 1.70.0 has been out since April 12th, 2019. I'll take a look at building Boost 1.70.0 from source and try to figure it out.

Already done some part of job (server without SSL) I will check other cmakes and align

ok, my conclusion is that currently there is no point of merging, 1.70.0 contains bugs that are resolved in future versions, in my humble opinion waiting for stable build is optimal :v