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
For example, the expected TSP response might be only 4 bytes, but the default TSP error message is 12 bytes.
As such, it is impossible to return error error message.
The right approach is to always ensure that the response buffer can be bigger than error message size.
The text was updated successfully, but these errors were encountered:
For example, the expected TSP response might be only 4 bytes, but the default TSP error message is 12 bytes.
As such, it is impossible to return error error message.
The right approach is to always ensure that the response buffer can be bigger than error message size.
The text was updated successfully, but these errors were encountered: