Re: [Tutor] Async TCP Server

2018-04-25 Thread Leam Hall
On 04/25/2018 05:14 PM, Simon Connah wrote: Hi, I've come up with an idea for a new protocol I want to implement in Python using 3.6 (or maybe 3.7 when that comes out), but I'm somewhat confused about how to do it in an async way. The way I understand it is that you have a loop that waits for a

[Tutor] Async TCP Server

2018-04-25 Thread Simon Connah
Hi, I've come up with an idea for a new protocol I want to implement in Python using 3.6 (or maybe 3.7 when that comes out), but I'm somewhat confused about how to do it in an async way. The way I understand it is that you have a loop that waits for an incoming request and then calls a function/m