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

Client application doesn't end if connection isn't closed properly #1

Open
sburnicki opened this issue Nov 5, 2015 · 0 comments
Open

Comments

@sburnicki
Copy link
Member

Without closing the SqpConnection a client program does not exist, since the SqpConnectionImpl doesn't exits the sendingService.

Make sure that the SqpConnection reference is passed back to a client so that it's garbage collected if the client application finishes. Then we can close the sendingService on GC. Currently this probably doesn't work as the SqpConnection reference is also used internally by other objects, so it's not GC.

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

1 participant