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
/// Handle a new message from the upstairs
///
/// Returns `true` if the message was evaluated, `false` otherwise, or an
/// error if communication failed.
async fn proc_frame(
&mut self,
m: Message,
flags: &DownstairsFlags,
reqwest_client: &reqwest::Client,
dss: &mut DsStatOuter,
region: &mut Region,
) -> Result<WorkResult> {
We now return WorkResult
The text was updated successfully, but these errors were encountered:
in
downstairs/src/lib.rs
methodproc_frame()
We now return
WorkResult
The text was updated successfully, but these errors were encountered: