Other Parts Discussed in Thread: CC3200, CC3200SDK, CC3100
Hi
i am connecting to a https cloud server and getting data every 5 seconds. Depending on the data obtained i may or may not follow it up with a post data.
now at random times i am getting the following error:
[SOCK EVENT] - Unexpected Event [20x]
this is generated from the sock event handler.
when this error occurs, my get data fails. So i handled it in the code by deleting the present client and create a new one and getting data again. This goes on without error for some time but this error comes back again later. Since i am deleting the client and creating a new one my code doesnt hang, but i dont understand why this error occurs.
Can you please suggest
thanks and regards
av