You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a problem when decoding a TimeStampResp… when using normal decode only status is printed, while the answer is complete and certainly contains more, when using partial: true it enters a loop and never stops.
I wasn't able to detect the loop using the inspector so far (nor find any problem in my ASN.1 definition).
I saved my self-contained test case in this gist.
From where are these definitions? First problem is with "common.Attribute" where common is not defined so seems it will not parse this optional branch "this.key('timeStampToken').optional().use(TimeStampToken)" due to exception. When you set this not to be optional you get exception that common is not defined.
Hi, I have a problem when decoding a TimeStampResp… when using normal decode only
status
is printed, while the answer is complete and certainly contains more, when usingpartial: true
it enters a loop and never stops.I wasn't able to detect the loop using the inspector so far (nor find any problem in my ASN.1 definition).
I saved my self-contained test case in this gist.
The text was updated successfully, but these errors were encountered: