jturnsek commented on PR #1625: URL: https://github.com/apache/nuttx-apps/pull/1625#issuecomment-1459954358
Testing with pubsub example is not working. But if I took the NuttX code from 4 months ago, it works. I am narrowing the problem down to fs_epoll changes (at least I think so), thus can one take a look into this changes. There was quite a substantial change in the epoll implementation since then. If I replace the posix_pollq_epoll.c with posix_pollq_poll.c, example works. I am investigating the problem and everything works as it should until nng_recv, after that nothing gets triggered anymore, although server is sending messages. It looks like as epoll is not triggered anymore. -- 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]
