2015-02-26 17:40 GMT+01:00 Antoine Pitrou <[email protected]>: > Especially if your server only receives data, it's very simple: just > implement the data_received() method (or datagram_received(), I don't > remember). > > (it's also probably faster, in case you care about performance ;-))
It's already hard enough to explain asyncio to developers using eventlet. I don't want to show them protocols. It's already very hard to justify that the code must be modified to add a few yield-from. Why don't you want to give the choice to user between transport/protocols and streams API? Victor
