Relative Content

Tag Archive for c#formseventstask

Console output works, but RichEditBox is blocking

I have simple Form Application, this app contain separated socket Task. This Task handles send(string) procedure for sending message to Server. Server sends back message to client, Task receives Message and raise Event, that invoke last onReceived(){ Console.WriteLine(“{0}”, e.Message)}. This all works very well.