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

Is calling p.disconnet() necessary in __del__ dunder method? #15

Open
cmuell89 opened this issue Jun 20, 2020 · 0 comments
Open

Is calling p.disconnet() necessary in __del__ dunder method? #15

cmuell89 opened this issue Jun 20, 2020 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@cmuell89
Copy link
Contributor

cmuell89 commented Jun 20, 2020

Disconnecting from the physics server only removes the client server connection. If a Simulator object looses all reference counts and is garbage collected, then intrisically the client is removed?

Is there some issue with orphan connections?

Once a script finishes executing, shouldn not the physics server abd any clients creating within be terminated?

@cmuell89 cmuell89 added the question Further information is requested label Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants