Wip_event->content.read.readable deprecated

Hello all!

If wip_event->content.read.readable is deprecated, how can I get the amount of data available to read when I receive the WIP_CEV_READ event?

Regards
Paulo

Read as much as you can, i.e. until you receive 0 or less bytes that you want (sizeof the buffer you supply).