Skip to content

v3.2.1

Latest
Compare
Choose a tag to compare
@Tradias Tradias released this 19 Oct 14:37
· 2 commits to master since this release

Fixes

  • Fix compilation when ASIO_USE_TS_EXECUTOR_AS_DEFAULT is defined. Note that asio::experimental::parallel_group does not seem to support it and therefore any asio-grpc example that makes use of parallel groups will not compile. Additionally, asio-grpc does not guarantee that future versions remain compatible with ASIO_USE_TS_EXECUTOR_AS_DEFAULT since this preprocessor definition is meant as a migration aid for Boost.Asio 1.73->1.74 and asio-grpc requires Boost.Asio 1.74. Please update your code so that it no longer needs the definition.