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

Lazy property bug fix #55

Open
wants to merge 1 commit into
base: 10.0
Choose a base branch
from
Open

Conversation

robwithhair
Copy link

re-declaring the lazy property is not always working depending on when in the startup chain the call to get the session store is used. This can be before the lazy property is re-declared. However this can be directly set on the singleton property and this results in proper functionality. However we loose lazy loading. This however is not a problem because the session store will definitely always be required, so the lazy loading is not providing anything for us.

re-declaring the lazy property is not always working depending on when in the startup chain the call to get the session store is used.  This can be before the lazy property is re-declared.  However this can be directly set on the singleton property and this results in proper functionality.  However we loose lazy loading.  This however is not a problem because the session store will definitely always be required, so the lazy loading is not providing anything for us.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant