![](https://secure.gravatar.com/avatar/d7875f8cfd8ba9262bfff2bf6f6f9b35.jpg?s=120&d=mm&r=g)
Dec. 15, 2010
6:06 p.m.
On Wed, 2010-12-15 at 18:07 +0200, Pandelis Theodosiou wrote:
I'm trying to make a Multicast client.
I've tried the simple script found in: http://twistedmatrix.com/documents/10.1.0/core/howto/udp.html#auto3
While it shows no errors, it doesn't receive any data. How can I check what the problem is?
You didn't do the necessary joinGroup() call, which is in the original example.