You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm, I just pushed a fix for a memoization issue, which can be a fix for your issue, too.
But: Is your code above real code? Using User.first all the time should avoid memoization problems in general, so my fix doesn't change anything for your issue. Please: Check again with the master branch. If your issue still exists, it would be helpful to get a failing test.
Hello. I found a strange bug. When I execute this single-line code inside console:
I have this result, but it must be empty array:
When I execute this code with sleep, it works correctly:
Chat - is a realtime application. It should not work so...
The text was updated successfully, but these errors were encountered: