nilbus / pinewood-derby

Pinewood derby status board & sensor driver
Other
17 stars 9 forks source link

Faye websocket connection failing in browser #18

Closed nilbus closed 10 years ago

nilbus commented 10 years ago

This causes the dashboard not to update without a page reload.

This was working on the linux setup but is failing on my OSX machine, both using the same bundle.

nilbus commented 10 years ago

Websockets are actually working, but the daemon was not communicating with the web server because a Redis server was not running. Opening #19 to address this.