ruby-amqp / bunny

Bunny is a popular, easy to use, mature Ruby client for RabbitMQ
Other
1.39k stars 303 forks source link

Remove a couple of not initialized errors #581

Closed wishdev closed 5 years ago

wishdev commented 5 years ago

This removes 2 more _instance variable @__bunny_socket_eof_flag_ not initialized warnings to add to the list from #564

michaelklishin commented 5 years ago

Thank you. I decided to take a slightly different approach.