DEV Community

Discussion on: HELP NEEDED: Understanding Rails ActionController::Live Module (and Async Limitations)

Collapse
 
derrelldurrett profile image
Derrell Durrett

If by chance you still have this project's code available, could you share the configurations you used? I'm trying to use server-sent events, and I can't even duplicate the behavior you demonstrate here (I'm interested in creating an API that pumps out events while waiting for something else to finish, and am only attempting to see the events via curl, to no avail).

Collapse
 
isalevine profile image
Isa Levine

Hi Derrell! Here are the repos for the broadcaster and listener, please feel to poke around for the configurations you need:

Broadcaster: github.com/isalevine/rails-data-in...

Listener: github.com/isalevine/rails-data-in...

Let me know if you run into specific issues setting these up and running them, and I'll help as best I can! :)

Collapse
 
derrelldurrett profile image
Derrell Durrett

Many thanks!