epam / fix-antenna-net-core

FIX Antenna™ .NET Core is a high-performance low latency .NET FIX Engine.
https://www.b2bits.com/trading_solutions/fix_engines/fix_engine_net-core
Apache License 2.0
36 stars 15 forks source link

Time drift when running on AWS #27

Closed epm-sergem closed 2 years ago

epm-sergem commented 2 years ago

DateTimeHelper uses Stopwatch.GetTimestamp() to calculate current time, and when running on AWS in some conditions DateTimeHelper.CurrentTicks tend to accumulate time shift (long running sessions)

OlehVasylievEPAM commented 2 years ago

Fixed.