stm32duino / STM32Ethernet

Arduino library to support Ethernet for STM32 based board
156 stars 43 forks source link

client: Fix bool operator on init and ongoing use #17

Closed rzr closed 5 years ago

rzr commented 5 years ago

When iterating we make sure client's socket is not closing since _tcp_client remains after close.

This was tested on nuleo-f767zi using project webthing-arduino

Change-Id: Ie465fe59009c33957dad97f1c70b4dc3af3b2ebe Signed-off-by: Philippe Coval p.coval@samsung.com

rzr commented 5 years ago

For the record this change is released in: https://github.com/stm32duino/Arduino_Core_STM32/releases/tag/1.5.0

fpistm commented 5 years ago

@rzr This is not really true. This change is merged in the master of the STM32Ethernet library. It is available by installing the zip of the library. It will be available thanks the library manager when I will release the next version of the lib (1.0.5)

rzr commented 5 years ago

OK, Sorry for noise

May relate to: https://github.com/stm32duino/STM32Ethernet/pull/16