Skip to content

I do not receive messages #12

@cla-memento

Description

@cla-memento

Hi,
I tried your tcp server, setting it up as explained.

internal class Program
 {
     static void Main(string[] args)
     {
           Console.WriteLine("Server Started...!");

         TcpNETServer server = new TcpNETServer(new ParamsTcpServer(8989, "\r\n", "Connected Successfully"));
         server.MessageEvent += Server_MessageEvent;

         server.StartAsync();

         Console.ReadKey();
     }

     private static void Server_MessageEvent(object sender, Tcp.NET.Server.Events.Args.TcpMessageServerEventArgs args)
     {
     }
 }

I connect with Hercules but receive no message ,
Could you help me understand what's wrong?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions