Re: [python-tulip] asyncio lost udp packets

2016-06-09 Thread Yury Selivanov
On 2016-06-09 9:50 AM, vpavesi wrote: I do have two threads, main to handle datagram_received add to queue and another to read from queue and handle tcp/json. Why are you using threads? Can you do everything in one thread and check how everything is working? Yury

[python-tulip] asyncio lost udp packets

2016-06-09 Thread vpavesi
hello, I did open this issue http://bugs.python.org/issue27271 and I got recommendation from to open a discussion . I do have a solution by UDP. + client generating traffic by SCTP -> server generating reports by UDP ( without any response back) ---> server asyncio receiving UD