Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Investigate why remote blacklists are not *all* saved locally first time they are queried #1

Closed
gorhill opened this issue Sep 19, 2013 · 4 comments
Labels

Comments

@gorhill
Copy link
Owner

gorhill commented Sep 19, 2013

Somehow only one of the (current) two remote lists is locally saved, while the other is not -- even though according to console.log it is...

@gorhill
Copy link
Owner Author

gorhill commented Sep 27, 2013

Ok problem is using a read-modify-write mechanism with a getter that is async. A buffering mechanism is required (key driven). Maybe there is already a lib out there which does that?

@gorhill
Copy link
Owner Author

gorhill commented Sep 28, 2013

Fixed locally, will be part of next release.

@gorhill
Copy link
Owner Author

gorhill commented Sep 28, 2013

Fixed with f4e4212

@gorhill gorhill closed this as completed Sep 28, 2013
@gorhill
Copy link
Owner Author

gorhill commented Oct 2, 2013

By the way, I did not find any existing librayr, so custom code storageBuffer was created. Might want to share this with other people as a separate github project..?

@ghost ghost mentioned this issue Jul 24, 2014
15 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant