- Both `CTAPHID_CANCEL` and `CTAPHID_INIT`(when busy) messages are treated the same https://github.com/nmdanny/softauth/blob/b0b86771589357106d8c1b5d8c53e42b7a448a4b/src/hid/packet_processing.rs#L202-L207 Need to figure out what's the difference(if any) - [ ] Propagate cancellation to CTAP2 message processing - [ ] Propagate to UI once it is implemented
Both
CTAPHID_CANCELandCTAPHID_INIT(when busy) messages are treated the samesoftauth/src/hid/packet_processing.rs
Lines 202 to 207 in b0b8677
Need to figure out what's the difference(if any)
Propagate cancellation to CTAP2 message processing