Skip to content

Does async-cable require Falcon? #1

@zarqman

Description

@zarqman

Forgive me if I'm being dense, but does async-cable require Falcon? The readme hints that might be the case, but the gemspec doesn't require it.

Since a Puma benchmark runner exists, it seems like async-cable + puma might be a possible combination, but perhaps that's reading too much into things.

When attempted with Puma 6.6.1 + Rack 3.1.16 + Rails 8.0.2.1, I get this:

{ "time":"2025-09-21T18:54:51Z",
  "severity":"warn",
  "pid":1121,
  "oid":23416,
  "fiber_id":23424,
  "subject":"Async::Cable::Middleware",
  "message":["Abnormal client failure!","No async task available!"],
  "event":{
    "type":"failure",
    "root":"[path to app]",
    "class":"RuntimeError",
    "message":"No async task available!",
    "backtrace":[...]
  }
}

Thanks for any clarification as to what is or isn't possible!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions