MCPcopy Create free account
hub / github.com/cvet/fonline / BackoffBeforeSyncRetry

Function BackoffBeforeSyncRetry

Source/Server/EntitySync.cpp:685–696  ·  view source on GitHub ↗

Bounded back-off between SyncEntities verify-after-acquire retries. A failed verify means a concurrent reparent (e.g. MapManager::Transfer) moved a requested entity out of the cover we just acquired; recomputing immediately re-races the same in-flight transfer, the busy-spin that exhausts the retry budget under sustained map-transfer churn. The first attempts only yield (the transfer usually compl

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

SyncEntitiesMethod · 0.85
EnsureEntitySyncedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected