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

Call the same instance? #170

Open
cinderblockgames opened this issue May 29, 2023 · 0 comments
Open

Call the same instance? #170

cinderblockgames opened this issue May 29, 2023 · 0 comments

Comments

@cinderblockgames
Copy link

cinderblockgames commented May 29, 2023

I'm using this library to wrap an API that needs to be initialized to be used. I can make the init call no problem, but the next call fails, I think because the init call is made against a different instance of the API than I inited.

Is there a way to use InvokeFromFileAsync but have the same instance be the target every time?

Alternately, is there a way to invoke two methods with one call, so I can init every time?

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