performance cache + queued character data application
This commit is contained in:
@@ -263,6 +263,11 @@ public sealed class PairLedger : DisposableMediatorSubscriberBase
|
||||
continue;
|
||||
}
|
||||
|
||||
if (handler.FetchPerformanceMetricsFromCache())
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
handler.ApplyLastReceivedData(forced: true);
|
||||
|
||||
Reference in New Issue
Block a user