Re: [lwip-users] sys_timeout() handler never being triggered in mqtt.c

2022-06-20 Thread goldsi...@gmx.de
Am 19.06.2022 um 22:05 schrieb inceljoe via lwip-users: Good day everybody, I was trying to use the mqtt functionality which is included in LwIP at LwIP/src/apps/mqtt. I am using LwIP alongside FreeRTOS on a STM32 microcontroller. The MQTT server requires the client to send a ping packet every

Re: [lwip-users] sys_arch_mbox_fetch() implementation for FreeRTOS

2022-06-20 Thread goldsi...@gmx.de
Am 20.06.2022 um 11:22 schrieb massimiliano cialdi via lwip-users: hello, I am using lwip 2.1.3 and contrib 2.1.0. in the ports/freertos/sys_arch.c file there is the sys_arch_mbox_fetch() function, in which there is the timeout_ms parameter. Given the name I expect the sys_arch_mbox_fetch()

[lwip-users] sys_arch_mbox_fetch() implementation for FreeRTOS

2022-06-20 Thread massimiliano cialdi via lwip-users
hello, I am using lwip 2.1.3 and contrib 2.1.0. in the ports/freertos/sys_arch.c file there is the sys_arch_mbox_fetch() function, in which there is the timeout_ms parameter. Given the name I expect the sys_arch_mbox_fetch() function to be blocking for a maximum time corresponding to