Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EventsList shows a different number of event every time you refresh the page #36

Open
shockey opened this issue May 15, 2015 · 4 comments
Labels

Comments

@shockey
Copy link

shockey commented May 15, 2015

No description provided.

@shockey shockey added the bug label May 15, 2015
@MyNameIsKir
Copy link

This is another symptom of the problem that causes events to stop appearing. It's caused by a mix of server + client overload and the incredibly janky way that data is stored (localStorage and sessionStorage). Not much we can do about this without killing everything and recoding it all to use cookies, server generated session tokens, and to generally have neater, less process/memory intensive code.

@lorecrafting
Copy link
Member

Is this a race condition? the console logs are in different order everytime I reload the page. Might that be the cause of the bug?
image
image

@MyNameIsKir
Copy link

No, that's just because it's asynchronous.

@lorecrafting
Copy link
Member

Made a matrix of the order of the console logs vs the amount of events shown
https://docs.google.com/spreadsheets/d/1v8B_301k2RkzI_jcDaumFOf5gBq0evapIl29ePH42Fk/edit?usp=sharing

I don't know if there's a correlation as in column G and K have the same console log orders but show different amount of events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants