Terminate called after throwing an instance of 'OC::OCException'

137 views Asked by At

I'm running on iotivity 1.2.1 I started from simpleclient and simpleserver examples. I made two clients: The first one POST variables and the second one observe the resource (get new changes made by the first client). I wanted to run the example for, like forever. At the start the program works perfectly. The problem is after running for around one day and a half, I get this error:

Terminate called after throwing an instance of 'OC::OCException'
what(): Response is NULL
Aborted

I don't know why I get this error. Is it because I'm using an older version of IoTivity?

0

There are 0 answers