Akka.Streams.Tests.IO.TcpHelper.TcpHelper C# (CSharp) Method

TcpHelper() protected method

protected TcpHelper ( string config, ITestOutputHelper helper ) : System
config string
helper ITestOutputHelper
return System
        protected TcpHelper(string config, ITestOutputHelper helper) : base(config, helper)
        {
            Settings = ActorMaterializerSettings.Create(Sys).WithInputBuffer(4, 4);
            Materializer = Sys.Materializer(Settings);
        }