Hi,
I want to know if it's possible to update SlFdSet_t *readsds after calling sl_Select.
I'm configuring sl_Select to have an infinite timeout (so I can set my system in sleep mode).
But I'm having problems when my application opens a new socket after I call sl_Select. In this scenario, sl_Select never unblock for this new sockets.
I call SL_SOCKET_FD_SET for this new sockets but without results.
Thank you.