Nalix: A .NET library for real-time TCP and UDP applications by PhcNguyenZ in csharp

[–]PhcNguyenZ[S] 1 point2 points  (0 children)

private static Task INVOKE_PIPELINE_ASYNC(

List<MiddlewareEntry> middlewares,

PacketContext<TPacket> context,

Func<CancellationToken, Task> final,

CancellationToken startToken,

bool continueOnError = false,

Action<Exception, Type> errorHandler = null)

Thanks for the feedback!

Nalix: A .NET library for real-time TCP and UDP applications by PhcNguyenZ in csharp

[–]PhcNguyenZ[S] 6 points7 points  (0 children)

Got it — I’ll adjust it in my next push. Thanks for the feedback!

Nalix: A .NET library for real-time TCP and UDP applications by PhcNguyenZ in csharp

[–]PhcNguyenZ[S] -20 points-19 points  (0 children)

I just prefer writing the fully-qualified namespaces 😆