Skip to content

release 5.9

Compare
Choose a tag to compare
@irmen irmen released this 16 Apr 18:04
· 129 commits to master since this release
  • added privilege-separation example
  • added methodcall_error_handler to Daemon that allows you to provide a custom error handler, which is called when an exception occurs in the method call's user code
  • introduced api.serve / server.serve as a replacement for the static class method Daemon.serveSimple
  • fix possible race condition when creating instances with instancemode "single"
  • introduced some more type hintings