Hi, all
I am trying to use UDP to spit out debug information. As I send data out, UDP stops working and I can see following error on console (WIP Debugging feature is enabled):
ERRLOG …/src/ch_udp.c:831: returned res
TCP connections work fine after that error, but UDP do not. I think I have to re-initialise the channel, but I really want to know what this error means and how to avoid it.
Thanks,
Rudolf