ppisa commented on issue #18566:
URL: https://github.com/apache/nuttx/issues/18566#issuecomment-4782330626

   Thanks to both (@Acfboy and @ghaerr) for solving the problem. As for the 
dragging, the code should not insist so hard on priorities. There should not be 
any busy-loop  and ideally the code should be only event driven. But yes, it is 
sometimes a problem. Even during dragging mode, there should be at least some 
small timeout specified for select that there is some time left to other system 
services. There is probably problem that dragging is not fully event driven and 
it is realized by some local/tight event loop inside the dragging 
implementation. I will look at that but probably not today. Ping me if I stay 
silent.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to