-->
Page 1 of 1

Lengthy operation in espconn_recv_callback

PostPosted: Mon Jun 06, 2016 10:46 am
by Baoshi
Hi,
Just want to ask here as it is not mentioned in the NON-OS SDK documentation.
If I have a lengthy (couple of seconds) operation in espconn_recv_callback, does if affect other network receiving operation?
Currently I'm using on a separate task to do the operation and rely on an event post from recv_callback. I wonder if it is absolutely necessary.

Thanks

Baoshi

Re: Lengthy operation in espconn_recv_callback

PostPosted: Sun Jul 17, 2016 6:14 am
by eriksl
You can forget that. Callbacks can only spend about 100 ms, but preferrably a lot shorter.