Iodine v0.6.1 Release Notes

  • 🛠 Fix: (Iodine::PubSub) fixed typo, Iodine::PubSub.detach is now correctly spelled.

    🛠 Fix: (Iodine::PubSub) fix issue #37 where iodine would crash after the server's shutdown process due to Ruby Pub/Sub engines still being attached (or set as default) even after the Ruby interpreter freed all the Ruby objects. Credit to @sj26 (Samuel Cochran) for reporting the issue.