In the receive callback function, arg points to the corresponding espconn structure, so you should be able to access the connection related information from the structure when executing a receive callback and thus determine what action to take:
void espconn_recv_callback ( void *arg, char *pdata, unsigned short len )Statistics: Posted by Guest — Wed Aug 10, 2016 10:33 am
]]>