openthread / ot-commissioner

OpenThread Commissioner, a Thread commissioner for joining new Thread devices and managing Thread networks.
https://openthread.io/
BSD 3-Clause "New" or "Revised" License
52 stars 35 forks source link

master builds failing due to Socket::Reset API removal #113

Closed jwhui closed 4 years ago

jwhui commented 4 years ago

110 removes Socket::Reset API.

However, #45 makes use of Socket::Reset API. https://github.com/openthread/ot-commissioner/blob/49c4773156a0e9b4a7320b0bbce32190ef42ec6b/src/library/coap_secure.hpp#L110

Builds on master are failing after merging #45.

simonlingoogle commented 4 years ago

We should have a check to avoid it happen again. @wgtdkp