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
Do you plan to add an async/await methods to work with the Steam network? When multiple accounts work is not very good to use synchronous methods. And the use of one thread (NetThread in the TcpConnection class) per account, consumes more resources than using async/await.