Added plugin system

This commit is contained in:
2025-09-24 17:48:40 +02:00
parent b4d3442855
commit 2458412586
17 changed files with 1545 additions and 794 deletions

View File

@@ -7,6 +7,9 @@ using Timer = System.Timers.Timer;
namespace EonaCat.Connections.Processors
{
// This file is part of the EonaCat project(s) which is released under the Apache License.
// See the LICENSE file or go to https://EonaCat.com/license for full license details.
/// <summary>
/// Processes incoming data streams into JSON or text messages per client buffer.
/// </summary>