We found something very interesting actually, there was a comma where a semicolon should have been..

We found something very interesting actually, there was a comma where a semicolon should have been....await updateBuddyList(this, request, update), instead of await updateBuddyList(this, request, update);

I wonder if this could have been a potential issue causing the request to hang.
Was this page helpful?