When using daemons with a local dispatcher service, regenerates the token for the URL a dispatcher socket listens at.
saisei(i = 1L, force = FALSE, .compute = "default")
[default 1L] integer i
th URL to replace.
[default FALSE] logical value whether to replace the listener even when there is an existing connection.
[default 'default'] character compute profile to use (each compute profile has its own set of daemons for connecting to different resources).
The regenerated character URL upon success, or else NULL.
As the specified listener is closed and replaced immediately, this function will only be successful if there are no existing connections at the socket (i.e. 'online' status shows 0), unless the argument 'force' is specified as TRUE.