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

Fix sandbox cleanup #1805

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

Commits on Jun 12, 2017

  1. Fix sandbox cleanup

    Driver and Sanbox have 2 different stores where the endpoints are saved
    It is possible that the 2 store go out of sync if the endpoint is added to the driver
    but there is a crash before the sandbox join.
    On restart now we take the list of endpoints from the network and we assign
    them back to the sandbox
    
    Signed-off-by: Flavio Crisciani <[email protected]>
    Flavio Crisciani committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    1bf6210 View commit details
    Browse the repository at this point in the history