@cp-sumi-k it appears that in your listen() function you have a case to handle any incoming messages from a channel however, you also get data from that channel in the main() function and send an SSEvent to it appears all clients listening to that endpoint - so is there any usage for the listen() function at all?