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 address == 1, quantity == 2 is returning good values.
When I start the async version of the call, the awaiter is blocking. Only when I am stopping the connection, I get exceptions that the function code was not correct and the call is return e.g. 17 bytes.
Any ideas?
Best,
Michael
The text was updated successfully, but these errors were encountered:
Hello,
I have a code working with the synchronous version of your lib very fine.
E.g.:
for
address == 1
,quantity == 2
is returning good values.When I start the async version of the call, the awaiter is blocking. Only when I am stopping the connection, I get exceptions that the function code was not correct and the call is return e.g. 17 bytes.
Any ideas?
Best,
Michael
The text was updated successfully, but these errors were encountered: