client reExec() for Get

This commit is contained in:
Michael Davidsaver
2020-09-14 13:42:07 -07:00
parent 2972bd8205
commit fb9f356457
5 changed files with 197 additions and 81 deletions
+2
View File
@@ -210,6 +210,8 @@ struct SubscriptionImpl : public OperationBase, public Subscription
return ret;
}
void reExec(const Value& arg, std::function<void(client::Result&&)>&& resultcb) override final {}
virtual void createOp() override final
{
if(state!=Connecting) {