-
- Downloads
Router: No longer check for updates or start any threads in the Router constructor,
for ease in building multiple routers in the JVM, and also because starting threads in a constructor is bad practice. All threads now start in runRouter(). Installation of updates now only happens via Router.main().
Loading
Please register or sign in to comment