Victor Rudolfsson
Victor Rudolfsson
@teckwan I think I did, I opened a PR you can check out
Possibly fixed by this #802
@danReynolds Yeah that's exactly what's happening — I see the network request, and `const { data } = useQuery(..)` is undefined, even though the request just came through. Disabling TTL...
@danReynolds any updates on this?
Actually, this [being raised in subscriptions.rb](https://github.com/matthewrudy/rude-rails/blob/master/actioncable/lib/action_cable/connection/subscriptions.rb#L78) when the identifier can't be found in the `@subscriptions` array, could this be because we run multiple containers, and the user may be subscribed...
@rmosolgo Right, so to address your questions (and what I think is going on here as well): 1. This error has been occurring for a very long time for us,...
@rmosolgo Thank you for taking the time out of the day to explain this a bit, appreciate it! :) We still haven't worked this issue out. We realized we weren't...
@rmosolgo We've moved away from scaling actioncable horizontally and have instead scaled it up, increasing the spec of the machine significantly and only running one machine. We are still seeing...
> I don't think this is something caused by an update to cornerstoneWADOImageLoader but more to the updated versions of the webpack/jest... We're getting this in Storybook after adding cornerstone-wado-image-loader....
@magnusvk it must be, but I cant figure out what values I could sum to produce NaN, I can't figure out a way to reproduce it locally