Skip to content

Memory leak #531

@rebortoaga

Description

@rebortoaga

I use steam-user for 500 accounts, and I notice that every second when calling functions, my server memory gets filled up to 100% for 12 hours.

LocalData.client = new SteamUser({
			enablePicsCache: false,
			renewRefreshTokens: true,
			httpProxy: proxy,
			proxy
		});

LocalData.client.logOn({
								refreshToken: LocalData.refreshToken
							});

LocalData.client.on('playingState', (blocked, app) => {
			if(blocked) return;
						LocalData.client.gamesPlayed(games);
		});

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions