copercini / esp8266-aws_iot

Some examples using x.509 certificates and TLSv1.2 under Arduino IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Session Resumption in AWS IoT Core

grgoncal opened this issue · comments

Is there any way to resume a session to reduce bandwidth usage? I'm trying to use modem sleep between transmissions and the certificates are sent every time (otherwise the messages are not delivered). I can paste some code if needed.

All other features are working fine.