This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vxgmichel
Recipients vxgmichel, yselivanov
Date 2017-11-02.10:51:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509619876.25.0.213398074469.issue31922@psf.upfronthosting.co.za>
In-reply-to
Content
It's currently not possible to receive replies from multicast UDP with asyncio, as reported in the following issue:

https://github.com/python/asyncio/issues/480

That's because asyncio connects the UDP socket to the broadcast address, causing all traffic from the receivers to be be dropped, as explained in this comment:
https://github.com/python/asyncio/issues/480#issuecomment-278703828

I already submitted a PR on the cpython repository:
https://github.com/python/cpython/pull/423

I figured it was better to report the issue here for better tracking.
History
Date User Action Args
2017-11-02 10:51:16vxgmichelsetrecipients: + vxgmichel, yselivanov
2017-11-02 10:51:16vxgmichelsetmessageid: <1509619876.25.0.213398074469.issue31922@psf.upfronthosting.co.za>
2017-11-02 10:51:16vxgmichellinkissue31922 messages
2017-11-02 10:51:16vxgmichelcreate