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

comment in downstairs/src/lib.rs proc_frame() is wrong #1664

Open
leftwo opened this issue Mar 5, 2025 · 0 comments
Open

comment in downstairs/src/lib.rs proc_frame() is wrong #1664

leftwo opened this issue Mar 5, 2025 · 0 comments

Comments

@leftwo
Copy link
Contributor

leftwo commented Mar 5, 2025

in downstairs/src/lib.rs method proc_frame()

    /// 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

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

No branches or pull requests

1 participant