Simple Chat Application : Problem with Send/Receive chat data!

  • Thread starter Thread starter Hamed_1983
  • Start date Start date
H

Hamed_1983

Guest
Hi
In this thread, i'm working on a simple chat aplication which solved my problem.
Now in my main project i'm facing a new problem! a chat data does not send/receive correctly.
It look like, the first message received but not showing and other messages not receiving! to clarify my problem i've create a new project to reproduce my problem. please download from this link & follow these steps :

1. Install service (This service listen on port 7031 & client apps connect to service via 127.0.0.1 & 7031)
2. Run sample app (RaytebNetworkChat.exe) multiple times (for example 2 times), to simulate chat session on your local machine.
Note : Please change userName field(s) for each app to different names.
3. Clinc on 'Online Users' to display connected clients.
4. Double click on target client which u want chat with.
Note 1 : For better undesrtanding, please run first client app in debug mode, to debug received message.
Note 2 : This project work with .net & vs 2015.

Thanks in advance.
Database Helper v 2.0.0

Continue reading...
 
Back
Top