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

there's a big delay before PeopleListRoute activates #3

Open
fxck opened this issue Apr 20, 2016 · 3 comments
Open

there's a big delay before PeopleListRoute activates #3

fxck opened this issue Apr 20, 2016 · 3 comments

Comments

@fxck
Copy link
Owner

fxck commented Apr 20, 2016

I suspect some zone related issue, since it seems to trigger only after new notification from websocket is recieved. Similar problem is with AuthRoute, where the component renders, but inputs are not prefilled only until notification is added.

@CoderMonkies
Copy link

CoderMonkies commented Apr 25, 2016

I think your problem is with the implementation of your webSocket server, specifically in the notifications.sagas part. If you comment this saga out, no data is received for people or home and the pages won't load. However if you comment out auth or people you still get the rest of the app just not the data for the subsequent auth or people.

@fxck
Copy link
Owner Author

fxck commented Apr 25, 2016

@MikeRyan52 said it's got something to do with the router. I think the latest version should fix it, I just didn't have time to try it yet.

@CoderMonkies
Copy link

CoderMonkies commented Apr 25, 2016

I tried with the new router version .2.4 same delay

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

No branches or pull requests

2 participants