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

Send in AgentLink #1214

Closed
wants to merge 5 commits into from
Closed

Send in AgentLink #1214

wants to merge 5 commits into from

Conversation

mkawalec
Copy link
Contributor

@mkawalec mkawalec commented May 12, 2020

Implements #1209


IssueHunt Summary

/// This method called on every incoming message.
fn handle_input(&mut self, msg: Self::Input, id: HandlerId);

/// This method called on when a new bridge created.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Moved this down to have the required functions before optional

}
}

#[test]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is not picked up by cargo test --doc --features doc_test,wasm_test,yaml,msgpack,cbor,toml \ --features std_web,agent,services --no-default-features for some reason

@mkawalec mkawalec marked this pull request as draft May 12, 2020 10:11
@mkawalec
Copy link
Contributor Author

Tests are a somewhat orthogonal concern, removed them for now, we might want to create an issue to add a testing scaffold to Agents. Ready for review.

@mkawalec mkawalec marked this pull request as ready for review May 12, 2020 14:21
@mkawalec
Copy link
Contributor Author

closing in favor of #1215

@mkawalec mkawalec closed this May 12, 2020
@mkawalec mkawalec deleted the send-in-agentlink branch May 12, 2020 14:59
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