On Mon, 5 Oct 2015 19:23:44 +0200, Sönke Ludwig wrote:

Am 05.10.2015 um 08:11 schrieb Zora:

Thank you for your reply! I've tried implementing some of the things you've mentioned, but I cannot seem to get the broadcast() method to work. I don't want to dump a large amount of code in the forums, so I put it in a pastebin here: http://pastebin.com/ceg4a2Zr. I've confirmed that the m_socketHandlers is not empty. It's like receiveOnly!string never gets any data.

Thanks again!

  • Zora

Line 30 and 31 need to replace thistask with t, because it's t
that calls receiveOnly. Otherwise the code looks like it should be
working.

Thank you very much! That fixed my problem.