Open michelson opened 1 month ago
Thanks for your report, I'll investigate it.
Probably a good first step would be to upgrade to the latest version of Ruby, async-http
and falcon
as well as all the other dependencies.
When I upgraded to the latest Falcon, the Webrick started in development. Maybe I'm missing something
@michelson can you show me exactly what command you are running?
HI Samuel, rails s
on development.
Do you have both puma and falcon in your gemfile.lock
?
no, just Falcon on Gemfile. It also happened to me on a new rails app. steps:
Okay, let me check what's going on.
samuel@aiko ~/tmp> rails new foob
create
...
run bundle install --quiet
samuel@aiko ~/tmp> cd foob
samuel@aiko ~/t/foob (main)> bundle remove puma
Removing gems from /home/samuel/tmp/foob/Gemfile
puma (>= 5.0) was removed.
samuel@aiko ~/t/foob (main)> bundle add falcon
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
samuel@aiko ~/t/foob (main)> bin/rails s
=> Booting Falcon v0.48.3
=> Rails 7.2.1.2 application starting in development http://localhost:3000
=> Run `bin/rails server --help` for more startup options
At least with this simple example, I could not reproduce it. Do you mind showing me your output?
Hi there, I have migrated some months ago to Falcon on rails app,
suddenly I've started to see weird errors which are not being notified on my reporting error, but users noted that some realtime (socket connection) failed.
the logs is like this:
not sure what could happen here but seems to be async http gems
the installed dependences were: