Release 2.3.0 (hot-reload)
Added
- Allow reloading the code on the fly without status intervention.
Fixed
- Make subscriptions garbage-collectible. Previously,
fiber.cond
objects obtained frommembership.subscribe
should have been
unsubscribed manually, otherwise, they would never be GC'ed.
And now they are.