-
Just leaving this hear in case someone has the same issue as me getting it to work with Apollo 1.x:
Copy this file to somewhere in your project: https://github.com/cpunion/react-native-actioncable/…
-
Hi,
Sometimes the socket connection disconnects when the application is in the background. How do I get it to reconnect when the application is opened?
Thank you.
-
Is it possible to use this tool with the asset pipeline? Any examples out there?
-
The issue happens due to the following check in action_cable/testing/rspec.rb:
`if RSpec::Rails::FeatureCheck.respond_to?(:has_action_cable_testing?)`.
It does not account for a fact that though the…
-
Tracking issue for a new feature we're extracting from Basecamp: Relying on clients to send heartbeats.
Motivation: Preventing defunct session cruft from building up on WebSockets load balancers / …
-
After updating chrome to latest version, this webextension stopped working.
The problem is that chrome is not sending the Cookie in WebSocket request anymore.
Here are for comparison with firefo…
-
# Summary
Replace redis with solidcache
# Why?
Slimming down our prod
# Details
Check that everything we use redis for will still works. Make it so!
# Criteria for completion
- [ ] through check of wh…
-
Refactor to support both
-
I'm trying to test a Rails [ActionCable](https://edgeguides.rubyonrails.org/action_cable_overview.html) connection, but I'm not sure what config I need to make this work. When I tried this config:
…
-
https://github.com/ishikota/PokerServer/pull/14 で変更した結果,
新たに起きるように起こるようになったエラー
ゲーム終了後のPlayer.clear_stateの部分で,DB処理が追いつかなくて起こる(少なくとも2回確認)
- その結果,clear_stateがrollbackされるので部屋が空にならず,ゲームが終わったのにgame_stateがc…