You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just to add to this. the exact point where the error seems to occur is when i create a reactor using the use_reactor_bridge method. removing all the logic from my actual reactor and simply setting a catch all case that does nothing
let reactor = use_reactor_bridge(move |output:ReactorEvent<ChatReactor>| match output {
_ => {}});#[reactor(ChatReactor)]pubasyncfnchat_reactor(mutscope:ReactorScope<String,PublicMessage>){}
Problem
when trying to make a reactor agent i get the above error message after the code compiled successfully
Steps To Reproduce
Steps to reproduce the behavior:
All code and full error message attached below
Expected behavior
the code runs after compiling with no runtime errors
Screenshots
Environment:
Questionnaire
The text was updated successfully, but these errors were encountered: