acassis commented on PR #15809:
URL: https://github.com/apache/nuttx/pull/15809#issuecomment-2651600387

   Thank @raiden00pl ! I missed that open part, the only thing that was making 
me believe it still creating more notifications was:
   
   ```
         list_for_every(&dev->cd_readers, node)
           {
             FAR struct can_reader_s *reader = (FAR struct can_reader_s *)node;
             poll_notify(&reader->cd_fds, 1, POLLOUT);
           }
   ```
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to