Twitter-server 18.8.0
finaglehelper
released this
26 Sep 23:19
·
402 commits
to develop
since this release
18.8.0
New Features
- Add
onExit
lifecycle callback toc.t.server.Hook
(which is now an abstract class) to allow
implemented hooks to execute functions in theApp#onExit
lifecycle phase. Note:
c.t.server.Hook#premain
now has a default implementation and requires theoverride
modifier.
06836d39