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

feat: rewrite of Agents, Hubs, Remotes and Algo #217

Merged
merged 46 commits into from
May 22, 2020
Merged

feat: rewrite of Agents, Hubs, Remotes and Algo #217

merged 46 commits into from
May 22, 2020

Conversation

diervo
Copy link
Contributor

@diervo diervo commented Feb 13, 2020

Details

A complete rewrite of the connectivity layer.

Does this PR introduce a breaking change?

  • Yes
  • No

@diervo diervo changed the title Rewrite of Agents, Hubs, Remotes and Algo. feat: rewrite of Agents, Hubs, Remotes and Algo. Feb 13, 2020
@diervo diervo changed the title feat: rewrite of Agents, Hubs, Remotes and Algo. feat: rewrite of Agents, Hubs, Remotes and Algo Feb 13, 2020
@diervo
Copy link
Contributor Author

diervo commented Feb 13, 2020

I don't expect anyone to do a full review, but just FYI :)

connectedCallback() {
const socket = connect(host, socketConfig);

socket.on(BEST_RPC.AGENT_STATE, this.onAgentState.bind(this));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ineedfat now you can trivially subscribe via websocket to all events on the hub or agent, so you can spin more machines at will

@diervo diervo merged commit 0c1ef01 into master May 22, 2020
@diervo diervo deleted the dval/specs branch May 22, 2020 17:10
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.

1 participant