-
**Environment**
npm packages:
@anycable/turbo-stream @ 0.4.0
@anycable/core @ 0.7.12
@anycable/web @ 0.7.3
**AnyCable-Go version:**
1.4.8
**AnyCable gem version:**
anycable-rails (1.4.3)
…
-
**Describe the bug**
I'm looking to set up graphql-anycable in our project, and am seeing an issue where inherited fields are missing in normal query results. This is not a subscription - I'm haven't…
xxx updated
10 months ago
-
Hi, it seems that cookies/session doesn't work with anycable.
Before I had added anycable, I authenticated like this
```
module ApplicationCable
class Connection < ActionCable::Connection::Bas…
-
### Tell us about your environment
**Ruby version: 3.3.0**
**`anycable` gem version: 4.1.3 **
**`grpc` gem version: 1.60.0-arm64-darwin**
### What did you do?
Tried to invoke anycable …
-
**Ruby version:**
Ruby 3.2.2
**Rails version:**
7.1.0.rc1
**`anycable` gem version:**
1.4.2
**`anycable-rails` gem version:**
1.4.0
**`grpc` gem version:**
1.58.0-x86_64-linux
### …
-
I am new to Anycable and grpc. AnyCable is up and running smoothly on my local machine. Now, I'm looking to deploy it to AWS environment.
**Background**
*I have an AnyCable Go service running on …
-
I've been playing around with the AR connection pool and investigating it's behaviour when running on Falcon or using the fiber scheduler.
I'm comparing with the db gem, using a very predictable qu…
-
### Issue Description
After upgrading `anyway_config` from version 2.5.4 to 2.6.0 due to an indirect project dependency, I encountered a `NameError` when running `bundle exec rails c`.
### Expecte…
-
Out of the box, Action Cable will only work with a single process setup using the in-memory adapter. If you run multiple processes, let alone multiple app servers, you have to add Redis to the mix or …
-
### Tell us about your environment
npm packages:
`@anycable/turbo-stream` @ 0.4.0
`@anycable/core` @ 0.7.9
`@anycable/web` @ 0.7.3
```js
import '@hotwired/turbo'
import { start } from '@any…