posted 14 years ago
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.