-
Even thought it's kind of an internal detail, it's actually part of the public interface of Redis integration.
https://github.com/anycable/actioncable-next/blob/f9c1c2271107e25061371bfd591108282cf7…
-
I wonder if we can make this easier to configure?
I wanted to use something other than an adapter under `ActionCable::SubscriptionAdapter::`.
https://github.com/anycable/actioncable-next/blob/f9…
-
### Tell us about your environment
docker
**AnyCable-Go version:**
anycable/anycable-go:1.5.3
### What did you do?
tried finding explicit documentation for connecting to redis sentinels but t…
-
On a mobile device. You close the browser app down. Then come back to the page then you miss the notification that the board has changed.
To be confirmed if this can be reproduced on a computer af…
-
Hey, do you want some help setting up anycable to be included in hyperstack?
Hopefully, it will improve performance by default since it uses websockets
https://github.com/anycable/anycable
-
When running specs the `AnyCable::Compatibility` checks are raising an error for setting `@_streams` (Channel instance variables are not supported by AnyCable, but were set: @_streams).
The adapter…
-
The error I am facing
```
#0 208.5 Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
#0 208.5
#0 208.5 current directory:
#0 208.5 /usr/local/bundle/bundler/gems/protobuf-c52d80…
-
Hi everyone
Can you extract rubocop rules into separate gem?
https://github.com/anycable/anycable-rails/tree/master/lib/anycable/rails/compatibility
# The problem
I have a separate group for…
-
In production (running on render), I'm seeing occasional latency spikes. End-to-end, it typically takes a few tens of milliseconds for a message to go through, but occasionally this spikes to ten seco…
-
I am having difficulties creating a golang anycable client application that can subscribe and publish to channels. Am I overlooking a client package in this repo?
Do you have any sample snippets on h…