pwmc: some progress indicator for non-blocking functions when DEBUG is
[libpwmd.git] / KnownBugs
blob9db6b62280725d3b4eba2eaef3b75e105dd8d140
1 All libassuan/pwmd protocol commands with the exception of OPEN/SAVE are
2 blocking making this library pretty much useless in a non-blocking program.
3 Use threads instead.
5 PWMD_OPTION_PASSPHRASE_CB and retries. Maybe a bug, maybe not.