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 gvanrossum
Recipients gvanrossum, sbstp, vstinner, yselivanov
Date 2016-02-20.23:59:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456012764.7.0.935859831769.issue26395@psf.upfronthosting.co.za>
In-reply-to
Content
You should be able to do this by calling create_datagram_endpoint(), passing it a custom DatagramProtocol subclass whose datagram_received() stores the data in the result of a Future. You can then wait for the Future to wait for the data (assuming it ever arrives :-).
History
Date User Action Args
2016-02-20 23:59:24gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, sbstp
2016-02-20 23:59:24gvanrossumsetmessageid: <1456012764.7.0.935859831769.issue26395@psf.upfronthosting.co.za>
2016-02-20 23:59:24gvanrossumlinkissue26395 messages
2016-02-20 23:59:24gvanrossumcreate