asyncio icon indicating copy to clipboard operation
asyncio copied to clipboard

Is it possible a udp_bidirectional_socket.py file in the /examples folder please?

Open saavedra29 opened this issue 9 years ago • 0 comments

Hello. I have a very hard time trying to create a rediculously simple project. A single UDP socket that (with the use of asyncio) will wait for input from the console, send the message to the network as long as it gets it while on the same time waiting to receive incoming data and when it arrives... whatever, say print it at the console. I think this would help very much and give a very basic idea of how to implement bidirectional sockets with asyncio. Thanks.

saavedra29 avatar Feb 28 '16 20:02 saavedra29