Closed EricGarnier closed 3 years ago
Same player shoot again in SubscribeToOrderDetailsUpdatesAsync
Eric
That's what you get for trying to resolve warnings I guess -_- Thanks for the report, fixed it in the latest version
Hi, JKorf, the same point exists in SubscribeToOrderDetailsUpdatesAsync
Eric
Fixed
Hi JKorf, with the latest version, you changed the code in the method SubscribeToOrderUpdatesAsync line 266 from: var eventType = (string) data.Data["data"]["eventType"];
to if (data.Data["data"] == null || data.Data["eventType"] == null)
Unfortunately, the eventType is not directely under Data. I think the correct test is
Do you agree?
Eric