lwesp icon indicating copy to clipboard operation
lwesp copied to clipboard

I found that lwesp cannot send data

Open xzxzhao opened this issue 2 years ago • 1 comments

I found that lwesp cannot send data when there are many threads in the system, the specific reason has not been located

xzxzhao avatar Aug 01 '22 09:08 xzxzhao

Unfortunately this does not provide enough information. In my experience, system with 18 threads operates well - case on my side.

There may be several reasons, for instance:

  • Other threads have absolutely higher priority and do not block to let other threads execution
  • You are in cooperation mode w/o thread block and other threads never jump out
  • Missuse of LwESP API code - for instance locking the core from one thread and forget to unlock it?

MaJerle avatar Aug 01 '22 09:08 MaJerle