UTCSheffield / SportsDay-Scoreboard

A scoreboard for OLP's Sports Day
MIT License
1 stars 1 forks source link

Use Turbo page refreshes for live updates #7

Closed northeastprince closed 10 months ago

devramsean0 commented 10 months ago

This doesn't appear to function how the previous system worked (I have it checked out locally). The scoreboard appears to be completely unaware of any changes. I just get a bit of turbo logging in the console and a Connected in the browser console

northeastprince commented 10 months ago

The problem is that the async adapter only works for code being run in the same request, not in a job or console. We should be able to use Postgres as the cable adapter though and drop Redis completely as a dependency.

northeastprince commented 10 months ago

@devramsean0 it should be working now.