using DotNetty.Transport.Channels;
namespace HybirdFrameworkDriver.TcpServer;
public interface IMsgHandler
{
}