Credential generation and assertion is blocking till timeout #757
-
I am having this issue where the I set the timeout right before I call the assert or make-cred.
FIDO_DEBUG=1
You can see that there is no transaction for around 20 secs here. I believe the
Is there a reason why it sometimes blocks for the entire timeout for it to respond? I haven't checked what happens if no timeout is given however, my use case needs the timeout to prevent the calls from blocking indefinitely. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hi, libfido2 should not make you wait for the timeout to be reached. You should receive the response as soon as the authenticator has replied. Note that we do not communicate the timeout to the authenticator. May I ask a) what version of libfido2 you're using; b) what operating system you're using; and c) what authenticator you're using ( Thanks. |
Beta Was this translation helpful? Give feedback.
We believe to have been able to reproduce your issue and have a potential fix. Would you be able to test if #762 solves your issue? Thanks!
FYI: I opened #763 to track this bug.