Skip to content

Release v0.7.13

Latest
Compare
Choose a tag to compare
@trikko trikko released this 18 Dec 17:04
· 39 commits to master since this release
  • Now you can run serverino on a secondary thread, just use mixin ServerinoBackground instead of mixin ServerinoMain and provide your own main
  • Added enableLoggerOverride (default=true) on config
  • Now you can pause and resume execution of serverino using Daemon.suspend() and Daemon.resume()
  • Minor fixes