-
Hi, please help me. I need to know what version of redis-rb(gem) and redis(unix) are stable with websocket-rails version 0.7.0.
Thank you!
tux89 updated
5 years ago
-
An idea would be real time updating of server statuses, user profiles (data, meaning kills, deaths, etc) on servers, when logged in.
This requires Rails 5.
-
Our Rails app is acting as a bridge between our Javascript Chatbot and a backend FastAPI Python server. We have ActionCable in the Javascript connecting to our Rails ApplicationCable::Channel, and the…
-
When we added this dependency, the MiQ didn't have the support for websocket communication, they add it with migration to rails 5 (iirc). Since the `websocket-client-simple` is no longer maintained an…
-
Hello, i find problem in permanently increasing count of connected clients to Redis.
Maybe it in `Synchronization.synchronize!` method:
``` ruby
fiber_redis = Redis.connect(WebsocketRails.config.redi…
-
Hey guys,
On my websocket controller, if I trigger two different websocket events, I get an error message about redis and the server exits. Take a look:
``` ruby
#the action of my websocket controll…
-
I have a server running websocket-rails and would like to connect to it using an android app. Any client implementations available ? Or any guides on how to implement a client ?
-
Hey, just making an issue here so I can get it up on BountySource.
**Quotes**
```adoc
[quote,Foo,bar]
____
Both protocols are located at layer 7 in the OSI model and depend on TCP at layer 4…
-
At some point in the near future, examine OpenID Connect and more modern ways to connect AWS to GitHub and/or CirlceCI.
- https://github.com/aws-actions/configure-aws-credentials
- https://github…
-
``` ruby
# events.rb
subscribe :new, 'messages_channel#new'
```
``` ruby
# messages_channel_controller.rb
class MessagesChannelController < WebsocketRails::BaseController
def new
# code
end…