-
When two or more posts are reported in rapid succession, the second and subsequent posts are sometimes missed by Halflife.
[Searching for `tagged/skipped`](https://chat.stackexchange.com/search?q=t…
-
It appears that the old weird CI issues were caused by us calling Thread.new in various places. Really, everywhere we do that, we should either not be doing that or be using ActiveJob. This issue is t…
-
To manage dependencies and to `import` the js from the main app without the asset pipeline, provide a `package.json` for the engine's js code.
https://docs.npmjs.com/creating-node-js-modules
fiedl updated
4 years ago
-
I hope you can help @redox @eulbat
I'm trying to sell my cards with the API to optimize processes, but I can't.
While using the script createSingleSaleOffer.js (from examples section) I'm having…
-
I'm trying to test some broadcasting (in my case a it will be after a worker does some task) and I always give this error:
`
Failure/Error: expect { worker.perform(param1,param2) }.to
…
-
問個 Rails5 WebSocket 的問題
小弟公司的聊天室使用了 Rails5 ActionCable 實作,功能是做出來了
但 production 上偶爾(還滿常出現的 冏)會出現錯誤 `VM161:37 WebSocket connection to 'ws://amazingtalker.com/cable' failed: Error during WebSocket handsh…
jcsky updated
8 years ago
-
We're getting a websocket error on the deployed site.
We think this is similar to what happened in figgy when we added an actioncable feature. This PR may be useful reference: https://github.com/pu…
-
We started using ViewComponents in combination with Motion to render orders in our application. We now somehow have the feeling (by diving into it with get_process_mem and rack_mini_profiler) that the…
-
### Steps to reproduce
1. Create a sample app with multiple db shards, let's say "cats" & "dogs".
2. Implement abstract class "AnimalsRecord" that can connect to shards "cats" & "dogs".
3. In `appl…
-
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…