fix: fix build under macos (#2901)

This commit is contained in:
Borys 2024-04-14 16:28:07 +03:00 committed by GitHub
parent 256e07f8ba
commit a5e27af1e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,7 +162,7 @@ bool OutgoingMigration::FinishMigration(long attempt) {
<< facade::ToSV(LastResponseArgs().front().GetBuf());
return false;
}
attempt_res = get<long>(LastResponseArgs().front().u);
attempt_res = get<int64_t>(LastResponseArgs().front().u);
} while (attempt_res != attempt);
shard_set->pool()->AwaitFiberOnAll([this](util::ProactorBase* pb) {