tremwil / SteamP2PInfo

C# WPF application to show current Steam P2P connections and ping in any Steam game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't seem to work often?

Jiur13 opened this issue · comments

I've followed all the instructions given to run this, and yet the program very rarely detects people. I've summoned about 20 different people now and it's only worked twice.

eldenring_IvW7EanARj
JIf8DyviMn
SteamP2PInfo_yubHckDGG9

.

This is a known bug. Essentially Steam doesn't flush the log file after each line, so sometimes peers are not detected. In my own experience it works almost 100% of the time, so I'm not exactly sure what governs the rate at which the log file is flushed. This will be fixed in the next update, which will use internal hooks inside the Steam process to identity peers.

I see, thanks for clarifying.