Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graceful exit/destroy #303

Open
Revadike opened this issue Nov 26, 2022 · 2 comments
Open

Graceful exit/destroy #303

Revadike opened this issue Nov 26, 2022 · 2 comments

Comments

@Revadike
Copy link
Contributor

Right now, when a node-steamcommunity instance is initialized, the node.js program will not close once all client code has executed. Most likely, rogue timer functions are still executing?
It would be nice to have a method added to node-steamcommunity that allows you to gracefully exit or destroy instances.

@DoctorMcKay
Copy link
Owner

I'll have to look into it, but as far as I remember, you must be using some feature to generate this behavior. I believe that if you simply use steamcommunity to login, it won't hold the process running.

@Revadike
Copy link
Contributor Author

I'll have to look into it, but as far as I remember, you must be using some feature to generate this behavior. I believe that if you simply use steamcommunity to login, it won't hold the process running.

I tested this. Simple login causes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants