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
Hi there. I am having an issue when creating a step while including both a feed and a clientfactory. I get the following error:
There is no argument given that corresponds to the required formal parameter 'clientInterception' of 'Step.Create<TClient, TFeedItem>(string, ClientFactory, Func<IClientInterceptionContext, int>, IFeed, Func<IStepContext<TClient, TFeedItem>, Task>, TimeSpan?, bool)'
This is on NBomber 3.0.1. I cannot include clientInterception as this seems to be an enterprise only function.
The text was updated successfully, but these errors were encountered:
yushirm
changed the title
Need to add a proper method overload for Step.Create()
Need to add a method overload for Step.Create()
Aug 30, 2022
Hi there. I am having an issue when creating a step while including both a feed and a clientfactory. I get the following error:
There is no argument given that corresponds to the required formal parameter 'clientInterception' of 'Step.Create<TClient, TFeedItem>(string, ClientFactory, Func<IClientInterceptionContext, int>, IFeed, Func<IStepContext<TClient, TFeedItem>, Task>, TimeSpan?, bool)'
This is on NBomber 3.0.1. I cannot include clientInterception as this seems to be an enterprise only function.
The text was updated successfully, but these errors were encountered: