-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Generating key + certificate" message #74
Comments
Sometimes it can take ~2 seconds and is noticeable. Without a prompt, the user won't know that it's doing what it's supposed to be doing rather than just being slow. Why do you need to suppress it for interactive sessions? Would something else be more helpful? |
Actually it's a good suggestion for |
Moving the message to |
Since when does my code adhere to any style guide? ;) |
It's a small thing, but
rnng_write_cert()
prints "Generating key + certificate" messages when the R session is interactive. Example:nanonext/src/tls.c
Line 158 in 63792bd
I don't think the time delay (~1s) is burdensome enough to require a progress message, and I find messages from
REprintf()
difficult to suppress without also suppressing errors.The text was updated successfully, but these errors were encountered: