You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I get the Mark Price socket for more than 50 symbols, I often get a more than 60 seconds delay in data event time.
I calculate delay with: var diff = (DateTime.UtcNow - data.Data.EventTime).TotalMilliseconds;
Does anyone have any suggestions?
The text was updated successfully, but these errors were encountered:
When I get the Mark Price socket for more than 50 symbols, I often get a more than 60 seconds delay in data event time.
I calculate delay with:
var diff = (DateTime.UtcNow - data.Data.EventTime).TotalMilliseconds;
Does anyone have any suggestions?
The text was updated successfully, but these errors were encountered: