Skip to content

v0.16.6

Latest

Choose a tag to compare

@tugayac tugayac released this 16 May 04:09
3b54195

Fixed

  • FIX: Lotus.Cache.ETS is now a proper GenServer so applications using the ETS cache can shut down cleanly. Previously the adapter's start_link/1 returned {:ok, self()} and spawned a janitor process that never trapped exits, causing Application.stop/1 and System.stop/0 to hang until the BEAM forced shutdown (#219)