Open EduardoJM opened 1 month ago
@EduardoJM Thanks for your interest in this library! This definitely seems like a bug. It should be possibly to notify another channel from within a listener function as you have. I have never tried it myself though, so I guess something goes wrong somewhere. Hopefully we can make a fix for it in the future. If you have any ideas for a fix I'd be happy to review a PR.
Hi! Thanks for this project.
I got a strange behaviour. For example, i have two channels, called
ChatProcess
andChatProcessFinished
and two listeners on the format:The ChatProcessFinished is not processed. But if i notify the two channels from the application (in a view, for example), the both is processed (then the ChatProcessFinished is processed two times, one for the view and one for the
test_a()
listener function:This is a bug or i missed some thing on the process?