Sadzurami

Results 15 issues of Sadzurami

## Describe the bug After emitting `error` event with `read ECONNRESET` at https://github.com/DoctorMcKay/node-steam-user/blob/d24569d6041b63e1fc36a1ab21a4becd2cec2b48/components/connection_protocols/tcp.js#L87 sometimes i get same uncaught exception. This happens when proxy experience temporary outage. When SteamUser emits 'error'...

bug

Exceptions here happens not often, but they are. Examples: Here we don't know where exactly error goes on. ```txt Uncaught exception: Cannot read properties of undefined (reading 'write') Error: Uncaught...

## Describe the bug Memory usage increases while the application is running. The app crashes after a few hours. Application logic: `logOn` -> `gamesPlayed(440, true)` -> `createAuthSessionTicket(440)` -> idle With...

bug

## Describe the bug When SteamUser tries to decrypt Steam message, the app can unexpectedly crash. It's hard to replicate because it didn't happen often. But it happens and causes...

bug

That move give more flexibility to manage trades even on limited accounts.

Now we can return cookies for `login.steampowered.com` for `EAuthTokenPlatformType.WebBrowser` to match official behavior. Doing that we can automatically refresh cookies, without need to use `LogginSession.getWebCookies()` again. After `steamLoginSecure` expires, any...

Often we receive SO_Create messages before our backpack was loaded. If we not handle that because of lack of backpack, we can miss important info. Same for SO_Destroy and SO_Update....

Added ability to cache items schema, when using multiple bots. Without breaking changes (all events emitting the same way). Also added class property `itemSchemaVersion`, which contains current items schema version...