Skip to content

v1.3.1

Compare
Choose a tag to compare
@Tradias Tradias released this 12 Nov 10:56
· 1084 commits to master since this release

Fixes

  • Add inline namespace so that libraries using different backends (Boost.Asio, standalone Asio or libunifex) can be linked together (as long as asio-grpc is not part of their public headers)

Style

  • Move GrpcSender and ScheduleSender into the detail namespace
  • Remove template parameter from UseScheduler
  • Remove unused arguments in streaming-server.cpp example