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
I think, to keep it backward compatible - I would prefer a separate API Call, too.
By the way - after the change in espressive interfaces for wifi ... there was a missing implementation of a virtual method. Has that been fixed, already?
By the way - after the change in espressive interfaces for wifi ... there was a missing implementation of a virtual method. Has that been fixed, already?
If we are thinking of the same thing, that was just fixed on the ESP32 developers' end of things (though not released yet): espressif/arduino-esp32#3191
Activity
sandeepmistry commentedon Sep 9, 2019
Hi @fabianbusch,
Thanks for the feedback!
I can see two ways of doing this:
cleanSession
parameter toconnect(...)
:I have a slight preference towards 2) with
setCleanSession(...)
. Do you have a preference?@tigoe any thoughts on this?
tigoe commentedon Sep 9, 2019
I think either is fine, though I also like the explicit setCleanSession().
fabianbusch commentedon Sep 9, 2019
I think, to keep it backward compatible - I would prefer a separate API Call, too.
By the way - after the change in espressive interfaces for wifi ... there was a missing implementation of a virtual method. Has that been fixed, already?
per1234 commentedon Sep 10, 2019
If we are thinking of the same thing, that was just fixed on the ESP32 developers' end of things (though not released yet):
espressif/arduino-esp32#3191
sandeepmistry commentedon Sep 10, 2019
@tigoe @fabianbusch thanks for the feedback!
@fabianbusch Please try out the changes in pull request #12, and let use know how it goes.
manchoz commentedon Mar 11, 2020
@aentinger, @per1234 I think we could merge this, LGTM.
aentinger commentedon Mar 12, 2020
Not sure if it doesn't affect
ArduinoIoTCloud
, I'd like to test it first.aentinger commentedon Mar 18, 2020
Fixed by #12.