You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"