Skip to content

I do not receive messages #12

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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