You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 theinit
call is made against a different instance of the API than Iinit
ed.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?The text was updated successfully, but these errors were encountered: