Closed iamrenny closed 2 years ago
The error is correct. Your USP controller is sending a USP Record with expected_id=0, when it should be sending it with expected_id=1. This is because expected_id is the next sequence_id that your controller expects to receive and sequence_id counts from 1. Which USP Controller do you see this behaviour with ?
The error is correct. Your USP controller is sending a USP Record with expected_id=0, when it should be sending it with expected_id=1. This is because expected_id is the next sequence_id that your controller expects to receive and sequence_id counts from 1. Which USP Controller do you see this behaviour with ?
@holme-r Thanks for your response, it now works.
Hello team,
I started doing some tests creating with E2E Experimental Sessions feature sending a get device operation from the controller to the obuspa agent and I'm getting the following error message:
The header received in the agent is:
Any help is appreciated.