frc-frecon / frecon

An API for building scouting apps for FRC competitions
MIT License
3 stars 0 forks source link

dynamic-routes: Server response hangs. #64

Closed rye closed 9 years ago

rye commented 9 years ago

The Database is up and running, confirmed through the use of the FReCon console. I'm going to start debugging the response by adding a bunch of prints. This is really here just for tracking.

EDIT: Basically the server doesn't actually send responses. It just sits and thinks for a really long time.

rye commented 9 years ago

Of course, this is with Ruby 2.3.0. I will downgrade shortly.

rye commented 9 years ago

Confirmed that this was an issue with Ruby 2.3.0. Works in 2.2.2, latest stable. Closing.

Sammidysam commented 9 years ago

Oh, is Ruby 2.3.0 not out yet?

rye commented 9 years ago

No, that's the development version. They pre-bump the version to what it will be, and I had the latest development HEAD version installed (using Homebrew on a Mac)

Sammidysam commented 9 years ago

Ah, okay. When you were mentioning it earlier I couldn't tell if it was actually out yet or not. :p