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

Always return a client when connecting. #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MatthewGerber
Copy link

Suppose we connect to the native client successfully. Subsequently, if we do not have a reference to the client (for whatever reason -- maybe we don't hang on to it), then it's impossible to get the client back because connecting again throws an exception (we're already connected). Instead of throwing an exception if already connected, just return a new BandClient using the connected native client.

@MatthewGerber
Copy link
Author

@mattleibow Are you planning to consider this and other pull requests?

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

Successfully merging this pull request may close these issues.

1 participant