-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix GetCDNAuthToken
after Steam change
#1447
Conversation
Rename CDNAuthTokenCallback to CDNAuthToken. Remove the old get token method.
Result code still needs to be checked/available |
I didn't see result code in CContentServerDirectory_GetCDNAuthToken_Response |
Service response itself should have a result. You should try testing it on invalid hostname / depotid, I would expect that to give a bad eresult. |
If a invalid hostname / depotid passed, it will return null result. |
Yeah but what's the Also remove the callback emsg handler |
Remove the old callback emsg handler
Fixed that. |
xmldoc in cdn client needs updating, see the failing build |
Move the GetCDNAuthToken from SteamApps to SteamContent