Create ngContext (#579)

Fixes #582
This commit is contained in:
cyan317
2023-04-05 12:46:59 +01:00
committed by GitHub
parent 5d06a79f13
commit 654168efec
51 changed files with 294 additions and 288 deletions

View File

@@ -122,7 +122,7 @@ public:
}
Result
process(Input input, boost::asio::yield_context& yield) const
process(Input input, RPCng::Context const& ctx) const
{
return Output{
input.hello + '_' + std::to_string(input.limit.value_or(0))};