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
The interface is in the public space, so changing it can be considered a breaking change (even though it's not intended to be implemented by the user). Overall, there is no strong reason to update it for now.
What are you really trying to do?
Setting a
ExceptionInterceptorInterface
andPipelineProvider
with thenewWorker
method.Describe the bug
The interface method is:
But the actual implementation is:
Minimal Reproduction
Not really relevant, just install the sdk.
Environment/Versions
Also irrelevant.
Additional context
The interface should describe the full method with all arguments.
The text was updated successfully, but these errors were encountered: