cloudamqp / amqp-client.rb

Modern AMQP 0-9-1 Ruby client
https://cloudamqp.github.io/amqp-client.rb/
MIT License
19 stars 6 forks source link

Support/auto-enable TCP keepalive on OS X and BSD #8

Closed johanrhodin closed 2 years ago

johanrhodin commented 2 years ago

Otherwise we get this warning:

AMQP-Client could not enable TCP keepalive on socket. #<NameError: uninitialized constant Socket::SOL_TCP

carlhoerberg commented 2 years ago

Fixed