You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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?
The text was updated successfully, but these errors were encountered:
@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 themain()
function and send an SSEvent to it appears all clients listening to that endpoint - so is there any usage for thelisten()
function at all?The text was updated successfully, but these errors were encountered: