XboxLive.Server icon indicating copy to clipboard operation
XboxLive.Server copied to clipboard

Minor error in AS_REQ.cs on line 111.

Open Gurrman375 opened this issue 4 years ago • 0 comments

The issue is, when checking whether the USec is not nulled comes out with a minor error that causes a infinite loop.(https://codesnippets.fandom.com/wiki/Infinite_Loop)

111 if (timestamp != null && usec != null)

image

Gurrman375 avatar Mar 31 '20 05:03 Gurrman375