`MbedClient` has `setTimeout` instead of `setConnectionTimeout`. `setTimeout` shadows `Stream.setTimeout`
Activity
[-]`MbedClient.setTimeout` shadows `Stream.setTimeout`[/-][+]SocketWrapper libray: `MbedClient.setTimeout` shadows `Stream.setTimeout`[/+][-]SocketWrapper libray: `MbedClient.setTimeout` shadows `Stream.setTimeout`[/-][+]SocketWrapper library: `MbedClient.setTimeout` shadows `Stream.setTimeout`[/+]JAndrassy commentedon Nov 22, 2023
Meanwhile I tested this timeout and it doesn't work for
connect
. It is not possible to do timeout onconnect
with Mbed.I would recommend to rename to function to SetSocketTimeout
pennam commentedon Nov 22, 2023
I've not tested it, but i think this is the reason ARMmbed/mbed-os#13056 (comment)
Got it! Thanks!