-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Send in AgentLink #1214
Conversation
/// 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. |
There was a problem hiding this comment.
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
yew/src/agent/link.rs
Outdated
} | ||
} | ||
|
||
#[test] |
There was a problem hiding this comment.
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
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. |
closing in favor of #1215 |
Implements #1209
IssueHunt Summary