datanoise / amqp.cr

AMQP client for Crystal language
MIT License
59 stars 12 forks source link

Updating to new versions of Crystal #32

Open octosteve opened 4 years ago

octosteve commented 4 years ago

With 1.0 on the horizon, it might be a good time to update this package.

It uses a few old methods. I've tried to fix them on my own but don't know Crystal well enough unfortunately. The ones I was able to fix related to Channel::Buffered calls being changed to Channel calls, and Time calls to #epoch changed to #unix. Not sure how to include the changes made to the Errno class.

octosteve commented 4 years ago

Never mind, just saw cloudamqp/amqp-client.cr is an option. I'll leave this open in case anyone finds it and wants a lead.