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
The Windows version of the SmartDevice doesn't receive the store_request reply properly: it gets somehow fragmented, therefore the creation of the ApplMessage throws an exception.
Temporary Patch
log the message as soon as it's received;
catch the exceptions thrown by ApplMessage parsing and log the error message.
Possible Fix
use a buffer to store the received messages bits, and create the ApplMessage when all the parameters have been received.
The text was updated successfully, but these errors were encountered:
Problem
The Windows version of the SmartDevice doesn't receive the store_request reply properly: it gets somehow fragmented, therefore the creation of the ApplMessage throws an exception.
Temporary Patch
Possible Fix
The text was updated successfully, but these errors were encountered: