Akka.Streams.Tests.Dsl.SubstreamSubscriptionTimeoutSpec.SubstreamSubscriptionTimeoutSpec C# (CSharp) Method

SubstreamSubscriptionTimeoutSpec() public method

public SubstreamSubscriptionTimeoutSpec ( ITestOutputHelper helper ) : System
helper ITestOutputHelper
return System
        public SubstreamSubscriptionTimeoutSpec(ITestOutputHelper helper) : base(Config, helper)
        {
            var settings = ActorMaterializerSettings.Create(Sys).WithInputBuffer(2, 2);
            Materializer = ActorMaterializer.Create(Sys, settings);
        }