benjamin-hodgson / asynqp

An AMQP library for asyncio
MIT License
84 stars 29 forks source link

Fix connection close after graceful close from server #36

Closed TarasLevelUp closed 9 years ago

TarasLevelUp commented 9 years ago

Lets start from something easier Fixes issue #35

TarasLevelUp commented 9 years ago

Added log, don't know why build fails. There is some race in the tests probably =(

TarasLevelUp commented 9 years ago

retest this please =) too bad, works with my plugin

benjamin-hodgson commented 9 years ago

I re-ran the tests and things look OK now. Thanks very much for your contribution!