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
Fix Direct Method bug where a formatting error occurs after 10 successfull messages (#61)
After 10 messages the [rid] changes to text [a], nor [10]. The conversion instruction fails when passed a non-numeric.
The conversion has been corrected.
When returning a response, a hex format value for [rid] also needs to be returned. A int => hex text conversion has been added to correct this.
Co-authored-by: Laurent Ellerbach <[email protected]>
0 commit comments