You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the origin commit 9ef8e5d it is to allow the client to be considered fully connected (on the backend i guess). I was getting disconnected when I tried to send message immediately after login() returned.
In file
steam/steam/client/__init__.py
Line 484 in 0a6d152
in method called
login
on line 569 we can see a useless check:this is useless because it is followed by a return string of this method:
And why we spend exactly 0.5 seconds, why, for example, not 0.25 or even 1 second?
The text was updated successfully, but these errors were encountered: