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

Have Workers for the same module use the same ModuleDescription #636

Merged
merged 2 commits into from Aug 28, 2013

Commits on Aug 27, 2013

  1. Copy the full SHA
    26d49f1 View commit details
    Browse the repository at this point in the history
  2. Have Worker use the module's ModuleDescription

    The Service system used to guarantee that the address for a module's
    ModuleDescription would be unique. When we allowed multiple Workers
    per module that guarantee was broken. We now have the Workers use
    the ModuleDescription from the module rather than one they hold.
    Dr15Jones committed Aug 27, 2013
    Copy the full SHA
    0aa90c4 View commit details
    Browse the repository at this point in the history