examples icon indicating copy to clipboard operation
examples copied to clipboard

SSEvent example, possible redundancy

Open techster10173 opened this issue 4 years ago • 0 comments

@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?

techster10173 avatar Feb 23 '21 18:02 techster10173