Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

moved executing of dispatch_frame from try block #81

Closed mastak closed 8 years ago

mastak commented 8 years ago

If user callback for consuming raise KeyError, it catches and logs "Unknown channel ... :)

foolswood commented 8 years ago

Looks like the same issue as #79 is trying to address.

mastak commented 8 years ago

@foolswood yes, did not notice it.