On Sat, 5 Apr 2014 15:25:04 -0700 Guido van Rossum <[email protected]> wrote: > Thanks! It may be as simple as instantiating this class with the right > args: > https://code.google.com/p/tulip/source/browse/asyncio/selector_events.py#545 > > It looks like we should make a new protocol object though.
I think you want to handle that within the existing protocol object. Regards Antoine.
