| Author |
Writing a class that receive and broadcast at the same time
|
Antoine Koskoz
Greenhorn
Joined: Feb 28, 2010
Posts: 9
|
|
Hi everybody,
I'm trying to write a class using MulticastSocket and DatagramSocket which can send messages to all clients in the same group and receive messages from them.
It's basically a chat.
The problem is it works for the first 2 messages but after no one is receiving from the others.
Thanks for helping me.
|
 |
 |
|
|
subject: Writing a class that receive and broadcast at the same time
|
|
|