Iodine v0.7.44 Release Notes

Release Date: 2021-02-28 // about 3 years ago
  • 🛠 Fix: Fixes issue #103 where an empty String response would result in the word "null" being returned (no String object was created, which routed the NULL object to facil.io's JSON interpreter). Credit to @waghanza (Marwan Rabbâa) for exposing the issue.

    🛠 Fix: Fixes a possible edge case race condition where the GC might free a channel name's String object before it's passed on to the user's callback.

    🛠 Fix: Fixes a typo in the CLI documentation.