Skip to content

CRAN release 0.8.7

Compare
Choose a tag to compare
@shikokuchuo shikokuchuo released this 11 May 07:32
· 1168 commits to main since this release
baa75e6
  • server() and dispatcher() argument 'asyncdial' is now FALSE by default, causing these functions to exit if a connection is not immediately available. This means that for distributed computing purposes, dameons() should be called before server() is launched on remote resources, or else server(asyncdial = TRUE) allows servers to wait for a connection.
  • launch_server() now parses the passed URL for correctness before attempting to launch a server, producing an error if not valid.