You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.