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.
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 toChannel
calls, and Time calls to#epoch
changed to#unix
. Not sure how to include the changes made to theErrno
class.