Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π Expose the socket address clients can use
Until now, `--print-address` would print the address specification, that is, the input used to determine how and where the server would listen. This would be useful for clients for `unix:path=...`, but for `unix:dir=...` and `unix:tmpdir=...` this would not work. So now we share the socket address that is produced from the address specification.
- Loading branch information