-
Notifications
You must be signed in to change notification settings - Fork 496
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
Update protobufs #759
Update protobufs #759
Conversation
Codecov Report
@@ Coverage Diff @@
## master #759 +/- ##
==========================================
+ Coverage 22.44% 22.62% +0.18%
==========================================
Files 96 94 -2
Lines 9674 9379 -295
Branches 817 772 -45
==========================================
- Hits 2171 2122 -49
+ Misses 7370 7128 -242
+ Partials 133 129 -4
Continue to review full report at Codecov.
|
So server-list-via-CM is dead now? |
...HookAnalyzer2/NetHookAnalyzer2/Specializations/CSGO/CSGOSOMultipleObjectsGCSpecialization.cs
Outdated
Show resolved
Hide resolved
I removed
EDIT: I looked at steam client, and I don't see UFS server being used. Steam downloads/uploads via the |
...HookAnalyzer2/NetHookAnalyzer2/Specializations/CSGO/CSGOSOMultipleObjectsGCSpecialization.cs
Outdated
Show resolved
Hide resolved
Steam CM no longer sends you a list of servers, and there is no meaningful ways of getting an ip address for UFS.
CMsgClientServerList
was removed - SteamDatabase/Protobufs@a4ba0a9#diff-0f28215af4ff6780216ed68eec25ff52added
andremoved
fromCMsgSOMultipleObjects
for some reason SteamDatabase/Protobufs@9968f4a#diff-02da985728259665acfbb40eb2651ea1FetchServerListAsync
. UseContentServerDirectoryService
.GetServersOfType
.UFSClient