Results 2 issues of Eddie Wang

### Is your feature request related to a problem? Please describe. I use graphql-codegen to write the same type definitions for my db types into a few different dockerized services....

I noticed that if multiple connections to the same amqp server are opened on separate threads, one thread calling `closeConnection` causes all of the connections to stop working. I don't...